fixed compile for 5.4.2 (with angle)

This commit is contained in:
Luis Ángel San Martín 2015-06-03 18:02:44 +02:00
parent 7a0bd8dc68
commit 0461509765
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ INCLUDEPATH += ../common \
}
win32 {
LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32
LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lopengl32 -lglu32 -luser32
LIBS += -lpoppler-qt5
INCLUDEPATH += ../dependencies/poppler/include/qt5

View File

@ -26,7 +26,7 @@ CONFIG(legacy_gl_widget) {
win32 {
LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lshell32
LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lshell32 -lopengl32 -lglu32 -luser32
LIBS += -lpoppler-qt5
INCLUDEPATH += ../dependencies/poppler/include/qt5