From e0e8a1e4c7050d0f4c6f0097e0295d3e23b508cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 16 Jul 2015 20:02:24 +0200 Subject: [PATCH] fixed YACReader compilation under Qt5.5 --- YACReader/YACReader.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReader/YACReader.pro b/YACReader/YACReader.pro index e2c1bf6b..6c0b418e 100644 --- a/YACReader/YACReader.pro +++ b/YACReader/YACReader.pro @@ -44,7 +44,7 @@ win32 { #the OpenGL stuff should be migrated to OpenGL ES DEFINES += FORCE_ANGLE } else { - LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lshell32 + LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lshell32 -lopengl32 -lglu32 -luser32 } LIBS += -lpoppler-qt5