summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-03-05 10:04:50 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-03-05 09:52:06 +0000
commite99e9a0fa1dbaac63426404b1b04f4a9c67dbff7 (patch)
treefee38f00f89fcf63ca3cc177f18d5e654837ea97
parented8d69e95eb31eadfff0c7ba628732b0d0325efc (diff)
Remove the use of -developer-build from the INTEGRITY instructionsv5.11.0-beta2
The -developer-build option is only intended for use by people developing Qt and it will result in a configuration that is sub-optimal for releasing Qt applications, by extra run-time checks being performed and symbols being exported that are not part of the public ABI. Change-Id: If83147562e3d0e6daf1039d89bb115c25ec717ba Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io> Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--doc/src/platforms/integrity-building-qt-imx6.qdocinc11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/platforms/integrity-building-qt-imx6.qdocinc b/doc/src/platforms/integrity-building-qt-imx6.qdocinc
index 37a203284..d9fde2c51 100644
--- a/doc/src/platforms/integrity-building-qt-imx6.qdocinc
+++ b/doc/src/platforms/integrity-building-qt-imx6.qdocinc
@@ -106,7 +106,7 @@
\badcode
cd <Qt installation directory>
- ./configure -developer-build -xplatform integrity-armv7-imx6 -confirm-license
+ ./configure -prefix $PWD/qtbase -xplatform integrity-armv7-imx6 -confirm-license
-opensource -nomake examples -nomake tests -no-dbus -silent -opengl es2 -static
\endcode
@@ -123,8 +123,7 @@
\section1 Installing Qt
- If you have not used the configure options
- \c {-developer-build} or \c {-prefix $PWD/qtbase} in \l {Configuring Qt},
+ If you have not used the configure option \c {-prefix $PWD/qtbase} in \l {Configuring Qt},
run the following command in a terminal:
\badcode
@@ -132,9 +131,9 @@
make install
\endcode
- If you have used the configure options \c {-developer-build} or
- \c {-prefix $PWD/qtbase}, you can use Qt from the build
- directory, without running the \c {make install} command.
+ If you have used the configure option \c {-prefix $PWD/qtbase},
+ you can use Qt from the build directory, without running the
+ \c {make install} command.
Qt is now configured and built for the i.MX6 Quad board.
//! [building qt for imx6quad]