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:
parent
3593701940
commit
4569ba9d3b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user