summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-31 16:33:33 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-11 17:23:27 +0200
commit8d97eb298d9a3f3b0a9d98249966f2cd533a68a2 (patch)
treebdc020687dde77ea987baed477300b5040ac033c /configure
parent8df98b43be26d003fcd9e602094c05607f59ab4f (diff)
introduce -minimal mode to syncqt and use it for bootstrapping
the bootstrap does not need CamelCase includes, deprecated headers and whatnot, so just don't do it. the full thing will be run on qtbase by qmake. Change-Id: Idffdd4750a73574c8c32ee75d00080abfe37e03c Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1adf5866f4..2645c153c7 100755
--- a/configure
+++ b/configure
@@ -3540,7 +3540,7 @@ fi
# symlink includes
if [ -n "$PERL" ] && [ -x "$relpath/bin/syncqt" ]; then
- "$outpath/bin/syncqt" "$relpath" || exit 1
+ "$outpath/bin/syncqt" -minimal "$relpath" || exit 1
fi
# $1: input variable name (awk regexp)