fixed OSX compilation (Qt5)

This commit is contained in:
Luis Ángel San Martín
2014-07-06 22:03:54 +02:00
parent ec62ed4bcf
commit 067b8ac032
5 changed files with 12 additions and 6 deletions

View File

@ -34,7 +34,6 @@ CONFIG -= embed_manifest_exe
}
unix:!macx{
QMAKE_CXXFLAGS += -std=c++11
isEqual(QT_MAJOR_VERSION, 5) {
INCLUDEPATH += /usr/include/poppler/qt5
@ -67,6 +66,10 @@ CONFIG += objective_c
}
unix{
QMAKE_CXXFLAGS += -std=c++11
}
#CONFIG += release
CONFIG -= flat
QT += sql network opengl script