summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-31 15:31:03 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-11 09:35:28 +0200
commitb071ea317c6afcb3ce7ca74d47fa0557455a9bb7 (patch)
treed9c41f0c15ce802b600ed035db6dcc8bb912b5cf /configure
parent3322759b49973c1b8f6372c72eace3dc38de36e6 (diff)
move syncqt -check-includes handling to default_pre.prf
this is where the syncqt calls for all modules happen Change-Id: I544e5fa6950c2babe56d78f5543d2c3262016687 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 625f6e7195..876dd07d60 100755
--- a/configure
+++ b/configure
@@ -3541,7 +3541,6 @@ fi
# symlink includes
if [ -n "$PERL" ] && [ -x "$relpath/bin/syncqt" ]; then
SYNCQT_OPTS=
- [ "$CFG_DEV" = "yes" ] && SYNCQT_OPTS="$SYNCQT_OPTS -check-includes"
if [ "$OPT_SHADOW" = "yes" ]; then
"$outpath/bin/syncqt" $SYNCQT_OPTS "$relpath" || exit 1
elif [ "$CFG_DEV" = "yes" ] || [ ! -d $relpath/include ] || [ -d $relpath/.git ]; then