summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_s60-introduction.qdoc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-01 03:39:38 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-01 03:39:38 (GMT)
commite15129c0fb995fcfc120aa4b6e7ec56f9254d10b (patch)
treed72cee67b4809455cb775376707d843a2041b716 /doc/src/snippets/code/doc_src_s60-introduction.qdoc
parent49e4975e96ac9e2e8e6af1c58d3ed1453a130eb4 (diff)
parent25aaa830addf7f9082ed22a34d2f5ff8e89cf4f9 (diff)
downloadQt-e15129c0fb995fcfc120aa4b6e7ec56f9254d10b.zip
Qt-e15129c0fb995fcfc120aa4b6e7ec56f9254d10b.tar.gz
Qt-e15129c0fb995fcfc120aa4b6e7ec56f9254d10b.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/snippets/code/doc_src_s60-introduction.qdoc')
-rw-r--r--doc/src/snippets/code/doc_src_s60-introduction.qdoc16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/src/snippets/code/doc_src_s60-introduction.qdoc b/doc/src/snippets/code/doc_src_s60-introduction.qdoc
index ff1d159..fa9fd45 100644
--- a/doc/src/snippets/code/doc_src_s60-introduction.qdoc
+++ b/doc/src/snippets/code/doc_src_s60-introduction.qdoc
@@ -8,9 +8,21 @@
//! [1]
//! [2]
- createpackage wiggly_gcce_udeb.pkg
+ qmake
+ make debug-winscw release-armv5
+ make sisx
//! [2]
//! [3]
- createpackage -i wiggly_gcce_udeb.pkg
+ make sisx QT_SISX_TARGET=debug-armv5
//! [3]
+
+//! [4]
+ set QT_SISX_TARGET=debug-armv5
+ make sisx
+//! [4]
+
+//! [5]
+ set QT_SISX_OPTIONS=-i
+ make sisx
+//! [5] \ No newline at end of file