summaryrefslogtreecommitdiffstats
path: root/examples/testapp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testapp')
-rw-r--r--examples/testapp/testapp.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/testapp/testapp.pro b/examples/testapp/testapp.pro
index f32b09f0a..372d85908 100644
--- a/examples/testapp/testapp.pro
+++ b/examples/testapp/testapp.pro
@@ -16,4 +16,4 @@ SOURCES += main.cpp mainwindow.cpp
RESOURCES += testapp.qrc
macx:QMAKE_POST_LINK = ($$OUT_PWD/../../installerbuilder/bin/binarycreator -p packages -c config -t ../../installerbuilder/bin/installerbase TestAppInstaller.app com.nokia.testapp)
-win32:QMAKE_POST_LINK = ($$OUT_PWD\..\..\installerbuilder\bin\binarycreator.exe -p $$PWD\packages -c $$PWD\config -t $$OUT_PWD\..\..\installerbuilder\bin\installerbase.exe TestAppInstaller.exe com.nokia.testapp)
+win32:QMAKE_POST_LINK = ($$OUT_PWD/../../installerbuilder/bin/binarycreator.exe -p $$PWD/packages -c $$PWD/config -t $$OUT_PWD/../../installerbuilder/bin/installerbase.exe TestAppInstaller.exe com.nokia.testapp)