From f104640fa5fa01a05886ea1b9780f1e5edebb437 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 18 Sep 2012 17:20:36 +0200 Subject: syncqt only the QtCore headers for the bootstrap Change-Id: I26e19805823bfe987c721f6a274803e54f0e4003 Reviewed-by: Joerg Bornemann --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 55b60b7d18..97110b970e 100755 --- a/configure +++ b/configure @@ -3541,7 +3541,7 @@ fi # symlink includes if [ -n "$PERL" ] && [ -x "$relpath/bin/syncqt" ]; then - "$outpath/bin/syncqt" -minimal "$relpath" || exit 1 + "$outpath/bin/syncqt" -minimal -module QtCore "$relpath" || exit 1 fi # $1: input variable name (awk regexp) -- cgit v1.2.3