fixed some build issues

This commit is contained in:
Luis Ángel San Martín
2013-10-05 12:55:14 +02:00
parent 05944c16d7
commit f29b530f23
9 changed files with 322 additions and 464 deletions

View File

@ -6,7 +6,7 @@ INCLUDEPATH += $$PWD/../common \
win32 {
INCLUDEPATH += $$PWD/../dependencies/poppler/include
LIBS += -L$$PWD/../dependencies/poppler/lib -lpoppler-qt4
LIBS += -L$$PWD/../dependencies/poppler/lib -lpoppler-qt4 -loleaut32 -lole32
QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT /GL
QMAKE_LFLAGS_RELEASE += /LTCG
CONFIG -= embed_manifest_exe