Add qtbase modules to ./configure -list-features
Task-number: QTBUG-64984 Pick-to: 6.6 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>
This commit is contained in:
parent
c4b1b97192
commit
56f4d1f0e9
@ -965,16 +965,24 @@ qt_feature_config("gui" QMAKE_PUBLIC_QT_CONFIG
|
|||||||
NEGATE)
|
NEGATE)
|
||||||
qt_feature("network" PRIVATE
|
qt_feature("network" PRIVATE
|
||||||
LABEL "Qt Network"
|
LABEL "Qt Network"
|
||||||
|
SECTION "Module"
|
||||||
|
PURPOSE "Provides the Qt Network module."
|
||||||
)
|
)
|
||||||
qt_feature("printsupport" PRIVATE
|
qt_feature("printsupport" PRIVATE
|
||||||
LABEL "Qt PrintSupport"
|
LABEL "Qt PrintSupport"
|
||||||
CONDITION QT_FEATURE_widgets
|
CONDITION QT_FEATURE_widgets
|
||||||
|
SECTION "Module"
|
||||||
|
PURPOSE "Provides the Qt PrintSupport module."
|
||||||
)
|
)
|
||||||
qt_feature("sql" PRIVATE
|
qt_feature("sql" PRIVATE
|
||||||
LABEL "Qt Sql"
|
LABEL "Qt Sql"
|
||||||
|
SECTION "Module"
|
||||||
|
PURPOSE "Provides the Sql module."
|
||||||
)
|
)
|
||||||
qt_feature("testlib" PRIVATE
|
qt_feature("testlib" PRIVATE
|
||||||
LABEL "Qt Testlib"
|
LABEL "Qt Testlib"
|
||||||
|
SECTION "Module"
|
||||||
|
PURPOSE "Provides the Qt Testlib module."
|
||||||
)
|
)
|
||||||
qt_feature("widgets" PRIVATE
|
qt_feature("widgets" PRIVATE
|
||||||
LABEL "Qt Widgets"
|
LABEL "Qt Widgets"
|
||||||
@ -986,6 +994,8 @@ qt_feature_config("widgets" QMAKE_PUBLIC_QT_CONFIG
|
|||||||
NEGATE)
|
NEGATE)
|
||||||
qt_feature("xml" PRIVATE
|
qt_feature("xml" PRIVATE
|
||||||
LABEL "Qt Xml"
|
LABEL "Qt Xml"
|
||||||
|
SECTION "Module"
|
||||||
|
PURPOSE "Provides the Qt Xml module."
|
||||||
)
|
)
|
||||||
qt_feature("libudev" PRIVATE
|
qt_feature("libudev" PRIVATE
|
||||||
LABEL "udev"
|
LABEL "udev"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user