summaryrefslogtreecommitdiff
path: root/src/qml/configure.cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-05-04 12:54:44 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2023-05-09 21:28:07 +0200
commit41f36038fb2618561b2405efbdaf7ccd5bf3769d (patch)
tree9113b7f00438ec9b77a21e76622275447af6b05c /src/qml/configure.cmake
parent69bc59c90ff93f8780ee7dba3b00db861e313a05 (diff)
downloadqtdeclarative-41f36038fb2618561b2405efbdaf7ccd5bf3769d.tar.gz
Remove the 'qml-devtools' feature
The meaning of the feature has changed and tools that depends on this feature now need to be built unconditionally. So the feature should be removed to avoid confusing users. [ChangeLog][QtQml][Tools] The 'qml-devtools' feature is removed. All tools that depend on this feature are mandatory and need to be build unconditionally. Fixes: QTBUG-113221 Pick-to: 6.5 Change-Id: Ia026684703d847ce777d7a2916f04b3c90727695 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/configure.cmake')
-rw-r--r--src/qml/configure.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qml/configure.cmake b/src/qml/configure.cmake
index 9f82bdecd9..654fc2ec9d 100644
--- a/src/qml/configure.cmake
+++ b/src/qml/configure.cmake
@@ -160,11 +160,6 @@ qt_feature("qml-preview" PRIVATE
PURPOSE "Updates QML documents in your application live as you change them on disk"
CONDITION ( QT_FEATURE_commandlineparser ) AND ( QT_FEATURE_filesystemwatcher ) AND ( QT_FEATURE_qml_network AND QT_FEATURE_localserver ) AND ( QT_FEATURE_process ) AND ( QT_FEATURE_qml_debug )
)
-qt_feature("qml-devtools" PRIVATE
- SECTION "QML"
- LABEL "QML Development Tools"
- PURPOSE "Provides the QmlDevtools library and various utilities."
-)
qt_feature("qml-xml-http-request" PRIVATE
SECTION "QML"
LABEL "QML XML http request"