Disabled Qt5 support since it's still buggy.

This commit is contained in:
leo 2013-09-06 21:27:57 +00:00
parent 92dc1315f5
commit 84327b3be1

View file

@ -2,8 +2,8 @@ QT += core gui opengl network
TEMPLATE = app TEMPLATE = app
greaterThan(QT_MAJOR_VERSION, 4) { greaterThan(QT_MAJOR_VERSION, 4) {
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 # DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
QT *= printsupport # QT *= printsupport
} }
INCLUDEPATH += qt common INCLUDEPATH += qt common