From 6df4c5d7d7469227e61bfc14fb7525df7028487b Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Tue, 20 Mar 2012 17:36:54 +0100 Subject: changed binarycreator to use the new option syntax only Change-Id: If78009c9364a4eda9f5219e892b4adaf57ae4354 Reviewed-by: Niels Weber Reviewed-by: Karsten Heimrich --- examples/testapp/testapp.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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) } -- cgit v1.2.3