fixed YACReaderLibrary compilation under Qt5.5

This commit is contained in:
Luis Ángel San Martín 2015-07-16 20:17:00 +02:00
parent e0e8a1e4c7
commit ff4792adcc
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@ win32 {
#the OpenGL stuff should be migrated to OpenGL ES #the OpenGL stuff should be migrated to OpenGL ES
DEFINES += FORCE_ANGLE DEFINES += FORCE_ANGLE
} else { } else {
LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lshell32 LIBS += -L../dependencies/poppler/lib -loleaut32 -lole32 -lshell32 -lopengl32 -lglu32 -luser32
} }
LIBS += -lpoppler-qt5 LIBS += -lpoppler-qt5

View File

@ -6,6 +6,8 @@
#ifndef LOGGER_H #ifndef LOGGER_H
#define LOGGER_H #define LOGGER_H
#include <QObject>
#include <QtGlobal> #include <QtGlobal>
#include <QThreadStorage> #include <QThreadStorage>
#include <QHash> #include <QHash>