diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2012-10-15 13:30:49 -0700 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-19 00:44:54 +0200 |
commit | c67a5df8d83f7741c2b7a0491cdc0782cae44971 (patch) | |
tree | d93356c2d6e823779448980f46cf4fb186909bfb /configure | |
parent | 4d693b6cdf879a03f77f2a06ca0e1be5605c0fc0 (diff) | |
download | qtbase-c67a5df8d83f7741c2b7a0491cdc0782cae44971.tar.gz qtbase-c67a5df8d83f7741c2b7a0491cdc0782cae44971.tar.bz2 qtbase-c67a5df8d83f7741c2b7a0491cdc0782cae44971.zip |
Rename the syncqt -qtdir to -mkspecsdir
It's actually looking for the mkspecs (so it can read qconfig.pri to
get the Qt version), so give it exactly what it wants.
Change-Id: I2957b2d93a8837b8492d313209d45ff3ec01704c
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2200,7 +2200,7 @@ if [ "$OPT_SHADOW" = "yes" ]; then if [ -x "$relpath/bin/syncqt" ]; then mkdir -p "$outpath/bin" echo "#!/bin/sh" >"$outpath/bin/syncqt" - echo "perl \"$relpath/bin/syncqt\" -qtdir \"$outpath\" \"\$@\"" >>"$outpath/bin/syncqt" + echo "perl \"$relpath/bin/syncqt\" -mkspecsdir \"$outpath/mkspecs\" \"\$@\"" >>"$outpath/bin/syncqt" chmod 755 "$outpath/bin/syncqt" fi |