aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-07-10 09:39:16 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-07-13 11:52:57 +0000
commit4dbcd6d618e939f43114fdfc56c492e49eedad7a (patch)
tree2334c3ade03ab8dd3074618e136ac67af472150d /tools/tools.pro
parent36d1d046470dec970fd7a19be2f77dc83526ffb3 (diff)
Tooling: Add a command line application for QML preview
The "qmlpreview" tool connects to the preview service, and watches any file successfully served to the application. If any of those files change on disk, the new file is sent and the root component is reloaded. Task-number: QDS-181 Change-Id: I2266167ada6e463c11be0d7548c2b96e31e79839 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index d35605b5ae..22544d60d3 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -15,6 +15,7 @@ qtConfig(qml-devtools) {
qtConfig(qml-devtools): SUBDIRS += qmllint
qtConfig(qml-profiler): SUBDIRS += qmlprofiler
+ qtConfig(qml-preview): SUBDIRS += qmlpreview
qtHaveModule(quick) {
!static: {