summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2017-03-31 00:06:28 +0900
committerTasuku Suzuki <tasuku.suzuki@qt.io>2017-04-03 13:40:54 +0000
commite9406368d46e806835c703e387b00598647cd446 (patch)
tree6c5377c9cf003f89181b2219f920cc5c36ad6557
parent06ee5829c54e1aafeb03d387a8f5d6377a7ed115 (diff)
Fix build without features.commandlineparserv5.9.0-beta2
Change-Id: I47398d653d4d3a9655e8d4480ffe4f7c3472e67b Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
-rw-r--r--tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 1854cfc..6884612 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = qscxmlc
+qtConfig(commandlineparser): SUBDIRS = qscxmlc