summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorLucie GĂ©rard <lucie.gerard@qt.io>2023-12-19 16:00:54 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-12-21 17:46:48 +0000
commit42af812dcd5231b61bc7b296cd3fba98941dc250 (patch)
tree24ace35db46bb9e59fb8a84b71b2237dba5a12cf /configure.cmake
parent19a473137a38372e7563ba339c957e07903ec596 (diff)
Add qtbase modules to ./configure -list-features
Task-number: QTBUG-64984 Change-Id: I78964581118b258fb1cf5ddea8097fd3b9a5df02 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 0ba15348cf9c0b3702541c18070d8311aa7cc6a2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 56f4d1f0e9a19ce6791dcdf40a77115653b80911)
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
index 43de2aa026..cbfe142069 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -970,16 +970,24 @@ qt_feature_config("gui" QMAKE_PUBLIC_QT_CONFIG
NEGATE)
qt_feature("network" PRIVATE
LABEL "Qt Network"
+ SECTION "Module"
+ PURPOSE "Provides the Qt Network module."
)
qt_feature("printsupport" PRIVATE
LABEL "Qt PrintSupport"
CONDITION QT_FEATURE_widgets
+ SECTION "Module"
+ PURPOSE "Provides the Qt PrintSupport module."
)
qt_feature("sql" PRIVATE
LABEL "Qt Sql"
+ SECTION "Module"
+ PURPOSE "Provides the Sql module."
)
qt_feature("testlib" PRIVATE
LABEL "Qt Testlib"
+ SECTION "Module"
+ PURPOSE "Provides the Qt Testlib module."
)
qt_feature("widgets" PRIVATE
LABEL "Qt Widgets"
@@ -991,6 +999,8 @@ qt_feature_config("widgets" QMAKE_PUBLIC_QT_CONFIG
NEGATE)
qt_feature("xml" PRIVATE
LABEL "Qt Xml"
+ SECTION "Module"
+ PURPOSE "Provides the Qt Xml module."
)
qt_feature("libudev" PRIVATE
LABEL "udev"