diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-09-01 03:06:13 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-09-01 03:06:13 (GMT) |
commit | 25aaa830addf7f9082ed22a34d2f5ff8e89cf4f9 (patch) | |
tree | ee4e3b531f8afd8f01962600d2a8e9092a60aae3 /doc/src/snippets/code/doc_src_s60-introduction.qdoc | |
parent | 44ab46a6c5dcfb14395baf173a11179839003c4c (diff) | |
parent | a56c1032fb7722124b0cb83f78b6c9ecf9dd258b (diff) | |
download | Qt-25aaa830addf7f9082ed22a34d2f5ff8e89cf4f9.zip Qt-25aaa830addf7f9082ed22a34d2f5ff8e89cf4f9.tar.gz Qt-25aaa830addf7f9082ed22a34d2f5ff8e89cf4f9.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.qdoc | 16 |
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 |