summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-26 15:46:03 +0100
committeraxis <qt-info@nokia.com>2010-01-26 15:46:03 +0100
commite3777a6f99992412a47be215e5dfecbe9e0e78bd (patch)
tree69e1087bf102107e8242b6f7cf60295a076e79d4 /templates
parentfa81d43f8bba47286e3f16b7aa092822c7bd5f7e (diff)
Made the package template a little more correct.
- First of all, make sure that the exe file is named wiggly, because that is what the rsc files contain, and therefore what the menu will try to launch. - Second, make sure that s60main.rsc is included as a resource since GUI applications will not run without it.
Diffstat (limited to 'templates')
-rw-r--r--templates/pkg_template.pkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/pkg_template.pkg b/templates/pkg_template.pkg
index 5d98347e9a..955ab49ae5 100644
--- a/templates/pkg_template.pkg
+++ b/templates/pkg_template.pkg
@@ -18,10 +18,11 @@
[0x1028315F],0,0,0,{"S60ProductID"}
; Executable and default resource files
-"MyApp.exe" - "!:\sys\bin\MyApp.exe"
+"wiggly.exe" - "!:\sys\bin\wiggly.exe"
"QtCore.dll" - "!:\sys\bin\QtCore.dll"
"QtGui.dll" - "!:\sys\bin\QtGui.dll"
; Currently you need to get this from a Windows build, but there are some
; precompiled ones in this directory for testing.
+"../src/gui/.rcc/debug-shared/s60main.rsc" - "!:\resource\apps\s60main.rsc"
"wiggly.rsc" - "!:\resource\apps\wiggly.rsc"
"wiggly_reg.rsc" - "!:\private\10003a3f\import\apps\wiggly_reg.rsc"