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>
This commit is contained in:
Casper van Donderen 2012-07-06 14:31:46 +02:00 committed by Qt by Nokia
parent 3593701940
commit 4569ba9d3b

View File

@ -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