From e3777a6f99992412a47be215e5dfecbe9e0e78bd Mon Sep 17 00:00:00 2001 From: axis Date: Tue, 26 Jan 2010 15:46:03 +0100 Subject: 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. --- templates/pkg_template.pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v0.12