mirror of https://github.com/qt/qtbase.git
Made the internal support for Qt3Support in QtGui compile.
This commit is contained in:
parent
c7e91df28e
commit
12207a855f
|
@ -166,7 +166,7 @@ win32-g++* {
|
|||
|
||||
contains(QT_PRODUCT, OpenSource.*):DEFINES *= QT_OPENSOURCE
|
||||
DEFINES *= QT_NO_CAST_TO_ASCII QT_ASCII_CAST_WARNINGS
|
||||
contains(QT_CONFIG, qt3support):DEFINES *= QT3_SUPPORT
|
||||
contains(QT_CONFIG, gui-qt3support):DEFINES *= QT3_SUPPORT
|
||||
DEFINES *= QT_MOC_COMPAT #we don't need warnings from calling moc code in our generated code
|
||||
DEFINES *= QT_USE_FAST_OPERATOR_PLUS QT_USE_FAST_CONCATENATION
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ DEFINES += QT_UIC
|
|||
INCLUDEPATH += .
|
||||
DEPENDPATH += .
|
||||
|
||||
!contains(QT_CONFIG, qt3support):DEFINES += QT_NO_QT3_SUPPORT
|
||||
!contains(QT_CONFIG, gui-qt3support):DEFINES += QT_NO_QT3_SUPPORT
|
||||
|
||||
include(uic.pri)
|
||||
include(cpp/cpp.pri)
|
||||
|
|
Loading…
Reference in New Issue