diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-06-03 08:08:07 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-06-03 08:08:07 (GMT) |
commit | 612ebdbf04161b4768fc7a2800fbf0c7b73dd424 (patch) | |
tree | 5c5d2d74f83fe30172df44baa91c1b07b219d905 /doc/src/snippets/code | |
parent | 0f0f50aee7f3e5c647edda2ed3e7cd00deeb58ad (diff) | |
parent | d30518313ab0dd085480f23b8fc9e979e86345b9 (diff) | |
download | Qt-612ebdbf04161b4768fc7a2800fbf0c7b73dd424.zip Qt-612ebdbf04161b4768fc7a2800fbf0c7b73dd424.tar.gz Qt-612ebdbf04161b4768fc7a2800fbf0c7b73dd424.tar.bz2 |
Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public
Diffstat (limited to 'doc/src/snippets/code')
-rw-r--r-- | doc/src/snippets/code/doc_src_installation.qdoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/snippets/code/doc_src_installation.qdoc b/doc/src/snippets/code/doc_src_installation.qdoc index 8730125..d698f4a 100644 --- a/doc/src/snippets/code/doc_src_installation.qdoc +++ b/doc/src/snippets/code/doc_src_installation.qdoc @@ -137,6 +137,15 @@ configure -platform win32-mwc -xplatform symbian-abld make debug-winscw //! [24] +//! [25] +cd examples +qmake +make +cd ..\demos +qmake +make +//! [25] + //! [26] wiggly.exe -small-screen |