summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@digia.com>2014-12-17 11:57:42 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-01-16 12:08:37 +0100
commit3c6a960b5bdce834faa9b1f580ea44a1f6e36542 (patch)
tree26ab0b435852d2880e3b6d21fc60fcc58afbc5af /configure
parentba7653fb74a288fbb0c7df3c24001b7170e087ae (diff)
Rename QML debug macro to Qt naming style
With change macro is in line with QT_NO_<feature> style of naming macros. This way it will also be automatically added to file mkspecs/qmodule.pri in QT_NO_DEFINES value. Change-Id: I111d07fd015994290c54e00e8aac2d6dbdb7de9e Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 43be7223c6..32a2e5abde 100755
--- a/configure
+++ b/configure
@@ -6202,7 +6202,7 @@ fi
# ### Vestige
if [ "$CFG_QML_DEBUG" = "no" ]; then
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_QML_NO_DEBUGGER"
+ QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_QML_DEBUGGER"
fi
case "$QMAKE_CONF_COMPILER" in