summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-01-28 12:51:11 +0100
committerTim Jenssen <tim.jenssen@digia.com>2013-01-28 13:21:15 +0100
commit13fbbf06e9414620ec20e77c9ef0df1d8aba3a1d (patch)
tree7d5092a6bb2ff1d689500c010b364238f1823311 /doc
parent5483df958b9bc52b68e41c288a91ac5180ca9e36 (diff)
Remove -developer-build from Qt configure arguments
There's no reason to use a developer build of Qt for just using the IFW. Change-Id: Ib824b4be5882c2ae1052af187440ba0683896b16 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw-getting-started.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc
index 2a5c66707..d40ca9a8e 100644
--- a/doc/installerfw-getting-started.qdoc
+++ b/doc/installerfw-getting-started.qdoc
@@ -90,7 +90,7 @@
Mac OS X:
\code
- configure -developer-build -opensource -release -static -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -no-svg -nomake examples -nomake demos
+ configure -opensource -release -static -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -no-svg -nomake examples -nomake demos
\endcode
\section1 Setting up Qt Installer Framework