summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-18 20:41:38 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-19 12:39:40 +0000
commita74603098aa253045b1ee6fb3492f68763b30516 (patch)
tree296241a5c806e1aa115e847994c094f736562869 /configure
parentefb829d44b7a63cbdd0681763bf4aa9fd38d4fe4 (diff)
actually enable mocdepend
so it turns out that the 'unix' conditional in moc.prf meant that the feature was not enabled *anywhere* by default, as the unix configure disabled it everywhere. amends b3fcaea5. Change-Id: Ie41ed2ebc338e560b8d6bfbb0bb18888e31b6d13 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 7bcc4ad9c9..b65c564a3d 100755
--- a/configure
+++ b/configure
@@ -7099,7 +7099,6 @@ fi
QTCONFIG="$outpath/mkspecs/qconfig.pri"
exec > "$QTCONFIG.tmp"
-QTCONFIG_CONFIG="$QTCONFIG_CONFIG no_mocdepend"
if [ "$CFG_DEBUG" = "yes" ]; then
QTCONFIG_CONFIG="$QTCONFIG_CONFIG debug"
if [ "$CFG_DEBUG_RELEASE" = "yes" ]; then