diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.gitattributes | 1 | ||||
-rw-r--r-- | templates/.gitignore | 1 | ||||
-rw-r--r-- | templates/pkg_template.pkg | 27 | ||||
-rw-r--r-- | templates/wiggly.rsc | bin | 0 -> 93 bytes | |||
-rw-r--r-- | templates/wiggly_reg.rsc | bin | 0 -> 103 bytes |
5 files changed, 29 insertions, 0 deletions
diff --git a/templates/.gitattributes b/templates/.gitattributes new file mode 100644 index 0000000..6540c78 --- /dev/null +++ b/templates/.gitattributes @@ -0,0 +1 @@ +pkg_template.pkg -crlf diff --git a/templates/.gitignore b/templates/.gitignore new file mode 100644 index 0000000..1bb0965 --- /dev/null +++ b/templates/.gitignore @@ -0,0 +1 @@ +!*.pkg diff --git a/templates/pkg_template.pkg b/templates/pkg_template.pkg new file mode 100644 index 0000000..5d98347 --- /dev/null +++ b/templates/pkg_template.pkg @@ -0,0 +1,27 @@ +; Language
+&EN
+
+; SIS header: name, uid, version
+#{"MyApp"},(0xE001e45e),1,0,0
+
+; Localised Vendor name
+%{"Vendor"}
+
+; Unique Vendor name
+:"Vendor"
+
+; Manual PKG pre-rules from PRO files
+; Default HW/platform dependencies
+[0x101F7961],0,0,0,{"S60ProductID"}
+[0x102032BE],0,0,0,{"S60ProductID"}
+[0x102752AE],0,0,0,{"S60ProductID"}
+[0x1028315F],0,0,0,{"S60ProductID"}
+
+; Executable and default resource files
+"MyApp.exe" - "!:\sys\bin\MyApp.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.
+"wiggly.rsc" - "!:\resource\apps\wiggly.rsc"
+"wiggly_reg.rsc" - "!:\private\10003a3f\import\apps\wiggly_reg.rsc"
diff --git a/templates/wiggly.rsc b/templates/wiggly.rsc Binary files differnew file mode 100644 index 0000000..cb487c3 --- /dev/null +++ b/templates/wiggly.rsc diff --git a/templates/wiggly_reg.rsc b/templates/wiggly_reg.rsc Binary files differnew file mode 100644 index 0000000..6f52a2c --- /dev/null +++ b/templates/wiggly_reg.rsc |