mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fix qmake files for YACReader
This commit is contained in:
parent
392fd776d9
commit
eddae6634e
@ -9,7 +9,6 @@ LIBS += -L$$PWD/../dependencies/poppler/lib -loleaut32 -lole32
|
|||||||
|
|
||||||
LIBS += -lpoppler-qt5
|
LIBS += -lpoppler-qt5
|
||||||
INCLUDEPATH += ../dependencies/poppler/include/qt5
|
INCLUDEPATH += ../dependencies/poppler/include/qt5
|
||||||
}
|
|
||||||
|
|
||||||
QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT
|
QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT
|
||||||
!CONFIG(no_opengl) {
|
!CONFIG(no_opengl) {
|
||||||
@ -17,7 +16,7 @@ QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT
|
|||||||
}
|
}
|
||||||
QMAKE_LFLAGS_RELEASE += /LTCG
|
QMAKE_LFLAGS_RELEASE += /LTCG
|
||||||
CONFIG -= embed_manifest_exe
|
CONFIG -= embed_manifest_exe
|
||||||
|
}
|
||||||
|
|
||||||
unix:!macx{
|
unix:!macx{
|
||||||
|
|
||||||
@ -55,7 +54,6 @@ QT += network widgets core
|
|||||||
QT += opengl
|
QT += opengl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#CONFIG += release
|
#CONFIG += release
|
||||||
CONFIG -= flat
|
CONFIG -= flat
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __MAGNIFYING_GLASS
|
#define __MAGNIFYING_GLASS
|
||||||
|
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
//#include <QtGui>
|
#include <QtGui>
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user