diff options
author | axis <qt-info@nokia.com> | 2010-01-26 14:46:03 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-01-26 14:46:03 (GMT) |
commit | e3777a6f99992412a47be215e5dfecbe9e0e78bd (patch) | |
tree | 69e1087bf102107e8242b6f7cf60295a076e79d4 /templates | |
parent | fa81d43f8bba47286e3f16b7aa092822c7bd5f7e (diff) | |
download | Qt-e3777a6f99992412a47be215e5dfecbe9e0e78bd.zip Qt-e3777a6f99992412a47be215e5dfecbe9e0e78bd.tar.gz Qt-e3777a6f99992412a47be215e5dfecbe9e0e78bd.tar.bz2 |
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.pkg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/pkg_template.pkg b/templates/pkg_template.pkg index 5d98347..955ab49 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"
|