aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
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
*/
/*!