aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-01-15 14:11:49 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-01-15 15:15:12 +0100
commit4527d87e8f24e99658020900d9eb114d86d4dc82 (patch)
treebf8df4f57c653b9065140fea4bc7b22d59a49920 /tools/tools.pro
parent499c6ed78d9657fbab344d5688c3c86b606c05b1 (diff)
Remove qmlmin
It was deprecated in 5.15. Now we can remove it. Change-Id: Id50af37206af246207e24d077906eaf913dc796a Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index e2e4e6b0a0..d16f78071c 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -4,7 +4,6 @@ QT_FOR_CONFIG += qml-private
qtConfig(qml-devtools) {
SUBDIRS += \
qmllint \
- qmlmin \
qmlimportscanner \
qmlformat
@@ -45,7 +44,7 @@ qtConfig(qml-devtools) {
qmleasing.depends = qmlimportscanner
}
-# qmlmin, qmlimportscanner & qmlcachegen are build tools.
+# qmlimportscanner & qmlcachegen are build tools.
# qmlscene is needed by the autotests.
# qmltestrunner may be useful for manual testing.
# qmlplugindump cannot be a build tool, because it loads target plugins.