From e8531e4c1faf99c21c249274d540694dc2a3d3e6 Mon Sep 17 00:00:00 2001 From: Ivan Tkachenko Date: Thu, 25 Nov 2021 22:12:40 +0300 Subject: [PATCH] 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 --- doc/global/qt-cpp-defines.qdocconf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/global/qt-cpp-defines.qdocconf b/doc/global/qt-cpp-defines.qdocconf index b45df3fce8e..b04a611901b 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 \