diff options
author | axis <qt-info@nokia.com> | 2009-10-27 13:55:25 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-27 14:07:24 (GMT) |
commit | 3d30a4c9a43ea3a9f378ff51d353f350813e31bb (patch) | |
tree | 074311fbb048ed0da8ee20f275a625699c7a83a6 /templates | |
parent | 6475ca960a3d04eb591338801073db4d2a38b715 (diff) | |
download | Qt-3d30a4c9a43ea3a9f378ff51d353f350813e31bb.zip Qt-3d30a4c9a43ea3a9f378ff51d353f350813e31bb.tar.gz Qt-3d30a4c9a43ea3a9f378ff51d353f350813e31bb.tar.bz2 |
Made some basic build instructions for Symbian on Linux.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.gitattributes | 1 | ||||
-rw-r--r-- | templates/.gitignore | 1 | ||||
-rw-r--r-- | templates/pkg_template.pkg | 23 |
3 files changed, 25 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..d931401 --- /dev/null +++ b/templates/pkg_template.pkg @@ -0,0 +1,23 @@ +; 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"
+"MyApp.rsc" - "!:\resource\apps\MyApp.rsc"
+"QtCore.dll" - "!:\resource\apps\QtCore.dll"
|