Drop Qt3 support
QDoc does not need those defines anymore because there is no Qt3Support library anymore; they are simply not #ifdef guarding any code anymore. Task-number: QTBUG-98650 Change-Id: I42b9c3ce025f639ce6282102b5eadb52fea7fa8e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>bb10
parent
820a6d4117
commit
e8531e4c1f
|
|
@ -1,13 +1,12 @@
|
|||
versionsym = QT_VERSION_STR
|
||||
|
||||
defines += Q_QDOC \
|
||||
defines += Q_QDOC \
|
||||
Q_CLANG_QDOC \
|
||||
QT_.*_SUPPORT \
|
||||
QT_.*_LIB \
|
||||
QT_COMPAT \
|
||||
QT_KEYPAD_NAVIGATION \
|
||||
QT_NO_EGL \
|
||||
QT3_SUPPORT \
|
||||
Q_DEAD_CODE_FROM_QT4_.* \
|
||||
Q_BYTE_ORDER \
|
||||
QT_DEPRECATED \
|
||||
|
|
@ -21,7 +20,6 @@ defines += Q_QDOC \
|
|||
clangdefines += Q_QDOC \
|
||||
Q_CLANG_QDOC \
|
||||
QT_COMPAT \
|
||||
QT3_SUPPORT \
|
||||
QT_BUILD_CORE_LIB \
|
||||
QT_BUILD_EGL_DEVICE_LIB \
|
||||
QT_BUILD_LOCATION_LIB \
|
||||
|
|
|
|||
Loading…
Reference in New Issue