summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-10-27 14:55:25 +0100
committeraxis <qt-info@nokia.com>2009-10-27 15:07:24 +0100
commit3d30a4c9a43ea3a9f378ff51d353f350813e31bb (patch)
tree074311fbb048ed0da8ee20f275a625699c7a83a6 /templates
parent6475ca960a3d04eb591338801073db4d2a38b715 (diff)
downloadqt4-tools-3d30a4c9a43ea3a9f378ff51d353f350813e31bb.tar.gz
Made some basic build instructions for Symbian on Linux.
Diffstat (limited to 'templates')
-rw-r--r--templates/.gitattributes1
-rw-r--r--templates/.gitignore1
-rw-r--r--templates/pkg_template.pkg23
3 files changed, 25 insertions, 0 deletions
diff --git a/templates/.gitattributes b/templates/.gitattributes
new file mode 100644
index 0000000000..6540c781ca
--- /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 0000000000..1bb09658a3
--- /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 0000000000..d931401761
--- /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"