summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-19 13:56:38 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-04-19 12:51:21 +0000
commit77a037d9f5ba6ca5babed112cd659d333255bcb1 (patch)
tree496b23eaa61dce6ed40fdc719f22b23cd3b4555e
parent6937b9326583f4f4b0812ea93f420a9fd2132b85 (diff)
Fix build for -no-feature-commandlineparser
Change-Id: Ib7b1acf5756eeb05c77874a6a8e24157ea550df1 Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
-rw-r--r--tools/tools.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 509502d..05d9dfa 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,2 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS += repc
+qtConfig(commandlineparser): {
+ SUBDIRS += repc
+}