summaryrefslogtreecommitdiffstats
path: root/src/gui/s60framework/s60framework.pri
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-18 12:40:46 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-19 09:57:52 (GMT)
commit4542e8dbc2aeb942a8c963724c02da5220deef4f (patch)
treed5796315dd3b81812c7a76b4e24c6ce381f62e8d /src/gui/s60framework/s60framework.pri
parentb45f6f856fe72629e2e0752fc8732de487278f41 (diff)
downloadQt-4542e8dbc2aeb942a8c963724c02da5220deef4f.zip
Qt-4542e8dbc2aeb942a8c963724c02da5220deef4f.tar.gz
Qt-4542e8dbc2aeb942a8c963724c02da5220deef4f.tar.bz2
Enable s60main.rsc infixing.
Now s60main.rsc file is also infixed, making infixed and vanilla builds indepenendent of each other. Task-number: QTBUG-9065 Reviewed-by: Shane Kearns
Diffstat (limited to 'src/gui/s60framework/s60framework.pri')
-rw-r--r--src/gui/s60framework/s60framework.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/s60framework/s60framework.pri b/src/gui/s60framework/s60framework.pri
index 6080e6d..d30f80a 100644
--- a/src/gui/s60framework/s60framework.pri
+++ b/src/gui/s60framework/s60framework.pri
@@ -4,6 +4,7 @@
minimalAppResource31 = \
"SOURCEPATH s60framework" \
"START RESOURCE s60main.rss" \
+ "TARGET s60main$${QT_LIBINFIX}" \
"HEADER" \
"TARGETPATH /resource/apps" \
"END"
@@ -17,3 +18,5 @@ HEADERS += s60framework/qs60mainapplication_p.h \
s60framework/qs60mainapplication.h \
s60framework/qs60mainappui.h \
s60framework/qs60maindocument.h
+
+!isEmpty(QT_LIBINFIX): DEFINES += QT_LIBINFIX_UNQUOTED=$$QT_LIBINFIX \ No newline at end of file