summaryrefslogtreecommitdiffstats
path: root/qtbase.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-07-06 14:31:46 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-09 20:11:46 +0200
commit4569ba9d3b0d1bbfe0c12845a2b59f962ecc681b (patch)
tree6d2dded05dac3e09d6024ca3a771fc76080804c5 /qtbase.pro
parent3593701940fdc9d8a3f0d59a1f684305fd736009 (diff)
Fix installation of syncqt.
- Use the syncqt from the source dir, not build dir. - Copy both syncqt and syncqt.bat on win32. Change-Id: Ic07805d03124386fb112c154e22363a06ae1c8ec Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r--qtbase.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtbase.pro b/qtbase.pro
index 0a13119b74..c8dcf0f76d 100644
--- a/qtbase.pro
+++ b/qtbase.pro
@@ -76,8 +76,8 @@ INSTALLS += qmake
#syncqt
syncqt.path = $$[QT_HOST_BINS]
-syncqt.files = $$OUT_PWD/bin/syncqt
-win32:syncqt.files = $$OUT_PWD/bin/syncqt.bat
+syncqt.files = $$PWD/bin/syncqt
+win32:syncqt.files += $$PWD/bin/syncqt.bat
INSTALLS += syncqt
#qtmodule-configtests