mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +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
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
QT *= printsupport
|
||||
# DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
# QT *= printsupport
|
||||
}
|
||||
|
||||
INCLUDEPATH += qt common
|
||||
|
|
Loading…
Add table
Reference in a new issue