aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2019-12-13 16:10:46 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2019-12-19 16:45:51 +0100
commit73189151b59430671630ae931ac42c0e18cdab55 (patch)
treee57692afa5cbc0d517f8d10bcdbb792f5e1f1066 /tools/tools.pro
parent08977003850d7da27a7db8058ff860fc64eb439a (diff)
qtdeclarative/tools: Implement qmlformat
qmlformat is a tool that formats qml files according to the QML coding conventions (https://doc.qt.io/qt-5/qml-codingconventions.html). Change-Id: I359c4bd3b51f60614535f0e857d7e0b21b1d9033 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 25ed760903..2e04f9330c 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -5,7 +5,8 @@ qtConfig(qml-devtools) {
SUBDIRS += \
qmllint \
qmlmin \
- qmlimportscanner
+ qmlimportscanner \
+ qmlformat
qtConfig(commandlineparser):qtConfig(xmlstreamwriter): SUBDIRS += qmlcachegen
}