diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-26 22:28:51 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-26 22:28:51 (GMT) |
commit | 79d5daab124e98880fe0847c19cad4def672870b (patch) | |
tree | 5ee921766615e73250c73b828f87def462387ccd /doc/src/snippets/code/doc_src_s60-introduction.qdoc | |
parent | aae8756e9f120ecec13e029873aa8402dea04116 (diff) | |
parent | 3d33fb250c4d23b746124b8d1f1a974cdacb48e6 (diff) | |
download | Qt-79d5daab124e98880fe0847c19cad4def672870b.zip Qt-79d5daab124e98880fe0847c19cad4def672870b.tar.gz Qt-79d5daab124e98880fe0847c19cad4def672870b.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, 16 insertions, 0 deletions
diff --git a/doc/src/snippets/code/doc_src_s60-introduction.qdoc b/doc/src/snippets/code/doc_src_s60-introduction.qdoc new file mode 100644 index 0000000..ff1d159 --- /dev/null +++ b/doc/src/snippets/code/doc_src_s60-introduction.qdoc @@ -0,0 +1,16 @@ +//! [0] + qmake +//! [0] + + +//! [1] + make debug-winscw +//! [1] + +//! [2] + createpackage wiggly_gcce_udeb.pkg +//! [2] + +//! [3] + createpackage -i wiggly_gcce_udeb.pkg +//! [3] |