aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-07-23 15:13:47 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-23 15:52:00 +0200
commit77ba7c98a81009122e99681dd4e34a4c4309de52 (patch)
treec8a96cbe89995e300f03b59e8b577c0afb55315c /doc/qbs.qdoc
parentf0957392a79945b4b3edec98839d440cdb5f5fd6 (diff)
Doc: remove outdated information
The setup-qt tool does more magic these days. Change-Id: I720a9421c5dc831d2e861d982875ac2e613fa605 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc/qbs.qdoc')
-rw-r--r--doc/qbs.qdoc30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 130655c1d..d207db332 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -224,21 +224,6 @@
\endcode
- \section1 Manual Setup
-
- Everything that the setup-qt tool does can be done manually, as described in this section.
-
- Here is an example for registering Qt, installed on Ubuntu GNU/Linux, again using a profile
- called \c myqt:
-
- \code
- qbs config profiles.myqt.Qt.core.binPath /usr/bin
- qbs config profiles.myqt.Qt.core.incPath /usr/include/qt4
- qbs config profiles.myqt.Qt.core.libPath /usr/lib/x86_64-linux-gnu
- qbs config profiles.myqt.Qt.core.mkspecPath /usr/share/qt4/mkspecs/linux-g++
- qbs config profiles.myqt.Qt.core.version 5.1.0
- \endcode
-
\section1 Multiple Qt Builds
To support multiple Qt builds, or in fact any combination of related settings, you need to
@@ -275,21 +260,6 @@
The last example uses the inheritance feature of profiles. All settings in the profile
set as \c baseProfile are known in the derived profile as well.
They can of course be overridden there.
-
- \section1 Customized Qt Settings
-
- If you have built your Qt with the option \c {-qtnamespace MyNamespace}
- then you must set the following \c config value:
-
- \code
- qbs config profiles.myqt.Qt.core.namespace MyNamespace
- \endcode
-
- The same goes for the -qtlibinfix option.
-
- \code
- qbs config profiles.myqt.Qt.core.libInfix MyInfix
- \endcode
*/
/*!