aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@kdab.com>2019-12-23 02:39:17 +0900
committerTasuku Suzuki <tasuku.suzuki@kdab.com>2019-12-27 18:55:55 +0900
commit12d404ce54e6441b9564ab4b9c5b0b5d8d5c72e7 (patch)
treeaeae33342af08f520b5c72f93336d1713c3cb871 /tools/tools.pro
parent88e1dd9e77f12ec94cc87872c5cb75d798bfdcbf (diff)
Fix build without features.commandlineparser
Change-Id: I07532fb5fe6ad61c5d5a7a145fde72b1336fb1f4 Reviewed-by: Ulf Hermann <ulf.hermann@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 25ed760903..4cf40f4c92 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -11,8 +11,7 @@ qtConfig(qml-devtools) {
}
qtConfig(thread):!android|android_app:!wasm:!rtems {
- SUBDIRS += \
- qml
+ qtConfig(commandlineparser): SUBDIRS += qml
qtConfig(qml-profiler): SUBDIRS += qmlprofiler
qtConfig(qml-preview): SUBDIRS += qmlpreview