diff options
author | axis <qt-info@nokia.com> | 2009-08-21 14:29:28 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-08-21 14:29:28 (GMT) |
commit | e190e700d707c3000f813c106c27d8f5aeda44d0 (patch) | |
tree | 63fa8d66040ca5680b0a1b3d108a17ec2139f1e9 /doc/src/snippets/code/doc_src_s60-introduction.qdoc | |
parent | 71a8a5c97315c114d55190594a7175552bfd41a6 (diff) | |
parent | ae42be87658ad97fad48706141779ec42c02212e (diff) | |
download | Qt-e190e700d707c3000f813c106c27d8f5aeda44d0.zip Qt-e190e700d707c3000f813c106c27d8f5aeda44d0.tar.gz Qt-e190e700d707c3000f813c106c27d8f5aeda44d0.tar.bz2 |
Merge branch 'master' of git@scm:qt/qt-s60-public
This brings support for the S60 platform into Qt.
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] |