From 4569ba9d3b0d1bbfe0c12845a2b59f962ecc681b Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Fri, 6 Jul 2012 14:31:46 +0200 Subject: [PATCH] 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 --- qtbase.pro | 4 ++-- 1 file 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