summaryrefslogtreecommitdiffstats
path: root/src/gui/s60framework/s60framework.pri
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-10-30 12:50:04 (GMT)
committeraxis <qt-info@nokia.com>2009-10-30 13:08:54 (GMT)
commitfab1697ff467e6c9ec02ffe6eccf65a6e779fd6b (patch)
treebe2e9cca0119b172bb8c87f53e62f343b2e13d02 /src/gui/s60framework/s60framework.pri
parent1c44377d84976afa10b5ebae7d6ede5f226a2b3e (diff)
downloadQt-fab1697ff467e6c9ec02ffe6eccf65a6e779fd6b.zip
Qt-fab1697ff467e6c9ec02ffe6eccf65a6e779fd6b.tar.gz
Qt-fab1697ff467e6c9ec02ffe6eccf65a6e779fd6b.tar.bz2
Moved a resource file from the static wrapper app to QtGui.
It's more appropriate to have it in QtGui after the framework classes were moved there. This also means that the rsgfix needed earlier is not necessary anymore, since QtGui is not a static library. RevBy: Janne Anttila
Diffstat (limited to 'src/gui/s60framework/s60framework.pri')
-rw-r--r--src/gui/s60framework/s60framework.pri11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gui/s60framework/s60framework.pri b/src/gui/s60framework/s60framework.pri
index fea74fe..5884b68 100644
--- a/src/gui/s60framework/s60framework.pri
+++ b/src/gui/s60framework/s60framework.pri
@@ -1,3 +1,14 @@
+# This block serves the minimalistic resource file for S60 3.1 platforms.
+# Note there is no way to ifdef S60 version in mmp file, that is why the resource
+# file is always compiled for WINSCW
+minimalAppResource31 = \
+ "SOURCEPATH s60framework" \
+ "START RESOURCE s60main.rss" \
+ "HEADER" \
+ "TARGETPATH resource\apps" \
+ "END"
+MMP_RULES += minimalAppResource31
+
SOURCES += s60framework/qs60mainapplication.cpp \
s60framework/qs60mainappui.cpp \
s60framework/qs60maindocument.cpp