summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Tkachenko <me@ratijas.tk>2021-11-25 22:12:40 +0300
committerIvan Tkachenko <me@ratijas.tk>2021-11-27 16:04:03 +0300
commite8531e4c1faf99c21c249274d540694dc2a3d3e6 (patch)
treea5b65b6486e88b601df90607372db42b3c83a2e1
parent820a6d4117fc59b960e273e5f10d65b89217ce61 (diff)
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>
-rw-r--r--doc/global/qt-cpp-defines.qdocconf4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf
index b45df3fce8..b04a611901 100644
--- a/doc/global/qt-cpp-defines.qdocconf
+++ b/doc/global/qt-cpp-defines.qdocconf
@@ -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 \