summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2012-03-20 17:36:54 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2012-03-27 15:46:24 +0200
commit6df4c5d7d7469227e61bfc14fb7525df7028487b (patch)
tree3fe798862c6ce7bcbeb019ac38b3e9a6106cd55c /examples
parent9e91e8a56fdc8080353323af0f380aab117a6920 (diff)
changed binarycreator to use the new option syntax only
Change-Id: If78009c9364a4eda9f5219e892b4adaf57ae4354 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/testapp/testapp.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/testapp/testapp.pro b/examples/testapp/testapp.pro
index 888e45803..1c55a7145 100644
--- a/examples/testapp/testapp.pro
+++ b/examples/testapp/testapp.pro
@@ -33,6 +33,6 @@ SOURCES += main.cpp \
RESOURCES += testapp.qrc
isEqual(IFW_SOURCE_TREE, $$IFW_BUILD_TREE) {
- macx:QMAKE_POST_LINK = ($$IFW_APP_PATH/binarycreator -p $$PWD/packages -c $$PWD/config -t $$IFW_APP_PATH/installerbase TestAppInstaller.app com.nokia.testapp)
- win32:QMAKE_POST_LINK = ($$IFW_APP_PATH/binarycreator.exe -p $$PWD/packages -c $$PWD/config -t $$IFW_APP_PATH/installerbase.exe TestAppInstaller.exe com.nokia.testapp)
+ macx:QMAKE_POST_LINK = ($$IFW_APP_PATH/binarycreator -p $$PWD/packages -c $$PWD/config -t $$IFW_APP_PATH/installerbase TestAppInstaller.app)
+ win32:QMAKE_POST_LINK = ($$IFW_APP_PATH/binarycreator.exe -p $$PWD/packages -c $$PWD/config -t $$IFW_APP_PATH/installerbase.exe TestAppInstaller.exe)
}