From ff4792adcc3717e69689529129f36a76db001e58 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:17:00 +0200 Subject: [PATCH] fixed YACReaderLibrary compilation under Qt5.5 --- YACReaderLibrary/YACReaderLibrary.pro | 2 +- YACReaderLibrary/server/lib/bfLogging/logger.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index 5440d0f1..3a18a0ff 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -34,7 +34,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 diff --git a/YACReaderLibrary/server/lib/bfLogging/logger.h b/YACReaderLibrary/server/lib/bfLogging/logger.h index bbd278ca..adcedfd3 100644 --- a/YACReaderLibrary/server/lib/bfLogging/logger.h +++ b/YACReaderLibrary/server/lib/bfLogging/logger.h @@ -6,6 +6,8 @@ #ifndef LOGGER_H #define LOGGER_H +#include + #include #include #include