summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-02 17:33:08 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-06 14:15:39 +0000
commit2ca151a8d1de925e16ab9010f3c69b806326a923 (patch)
treec0637542c91e0074e4e2f8006ef7bff8f9c90c60 /configure
parent49403ef7a2731486df3793c07c010099715ba1be (diff)
configure: Put qml-debug option into QT_CONFIG
This way we can exclude the connection plugins from being compiled if it's off. Change-Id: Ic5ea1d35ea9f5929420268a1aefebf0464d8520b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bef47d29f1..d824b9cfbc 100755
--- a/configure
+++ b/configure
@@ -6463,7 +6463,7 @@ fi
# ### Vestige
if [ "$CFG_QML_DEBUG" = "no" ]; then
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_QML_DEBUGGER"
+ QT_CONFIG="$QT_CONFIG no-qml-debug"
fi
case "$QMAKE_CONF_COMPILER" in