mirror of
https://github.com/leozide/leocad
synced 2025-02-06 08:46:06 +01:00
Disabled Qt5 support since it's still buggy.
This commit is contained in:
parent
92dc1315f5
commit
84327b3be1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue