diff options
author | David Boddie <dboddie@trolltech.com> | 2009-08-20 15:24:42 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-08-20 15:24:42 (GMT) |
commit | 624e60e37a948adde7ce7da3ae4e025910a91911 (patch) | |
tree | 753b3bf150633857b62ccfa4e2304bd24636d4f4 | |
parent | 597dea19afb28974ad493423e1a9872297e1e68e (diff) | |
download | Qt-624e60e37a948adde7ce7da3ae4e025910a91911.zip Qt-624e60e37a948adde7ce7da3ae4e025910a91911.tar.gz Qt-624e60e37a948adde7ce7da3ae4e025910a91911.tar.bz2 |
Doc: Moved a link to the deployment documentation and added another.
Task-number: 213320
Reviewed-by: Trust Me
-rw-r--r-- | doc/src/deployment/deployment.qdoc | 10 | ||||
-rw-r--r-- | doc/src/platforms/emb-crosscompiling.qdoc | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc index 75b870f..4b1af71 100644 --- a/doc/src/deployment/deployment.qdoc +++ b/doc/src/deployment/deployment.qdoc @@ -913,6 +913,16 @@ The \l{How to Create Qt Plugins} document outlines the issues you need to pay attention to when building and deploying plugins for Qt applications. + + \section1 Related Third Party Resources + + \list + \o \l{http://silmor.de/29}{Cross compiling Qt/Win Apps on Linux} covers the + process of cross-compiling Windows applications on Linux. + \o \l{http://divided-mind.blogspot.com/2007/09/cross-compiling-qt4win-on-linux.html} + {Cross-compiling Qt4/Win on Linux} provides another Linux-to-Windows + cross-compilation guide. + \endlist */ /*! diff --git a/doc/src/platforms/emb-crosscompiling.qdoc b/doc/src/platforms/emb-crosscompiling.qdoc index 2e0ba4b..e1ce8db 100644 --- a/doc/src/platforms/emb-crosscompiling.qdoc +++ b/doc/src/platforms/emb-crosscompiling.qdoc @@ -181,11 +181,5 @@ \l{Qt for Embedded Linux Architecture} and \l{Deploying Qt for Embedded Linux Applications}. - - \row - \o \bold{Third party resources:} - - \l{http://silmor.de/29}{Cross compiling Qt/Win Apps on Linux} covers the - process of cross-compiling Windows applications on Linux. \endtable */ |