summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-20 09:21:12 +0200
committerSean Harmer <sean.harmer@kdab.com>2017-04-27 11:08:02 +0000
commit9272c77091b58399e05d2843d4e627186f906507 (patch)
treeffa21dc411a92dd1d45c0f82e5a3594bbaed578b
parent4cbb05ca90ad675fdc2411c396eca15042847abe (diff)
Fix build for -no-feature-commandlineparser
Change-Id: Ib84385167b2d71e460de87fbda58d59173385258 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 9c384630e..4dbd7496a 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-!android:SUBDIRS += qgltf
+qtConfig(commandlineparser):!android:SUBDIRS += qgltf