aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
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
}