Skip to content

Commit

Permalink
Drop Qt3 support
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ratijas committed Nov 27, 2021
1 parent 820a6d4 commit e8531e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/global/qt-cpp-defines.qdocconf
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit e8531e4

Please sign in to comment.