summaryrefslogtreecommitdiffstats
path: root/examples/testapp
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-03-24 14:47:18 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2011-03-24 14:47:31 +0100
commit3adb68d9a402c63cb7988bdd4653b007144c7831 (patch)
treeb92285f345db0ba689f71ba86aa9fd4ed0b2718b /examples/testapp
parent7d7e9da46afe8ad383109644d266583067f664ee (diff)
reduced deprecate warning from qmake
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)