From 13fbbf06e9414620ec20e77c9ef0df1d8aba3a1d Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 28 Jan 2013 12:51:11 +0100 Subject: [PATCH] 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 Reviewed-by: Tim Jenssen --- README | 2 +- doc/installerfw-getting-started.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 227fff08..7fab1891 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ Recommended configure options for windows: configure.exe -opensource -release -static -no-multimedia -no-declarative -no-phonon -no-dbus -no-opengl -no-qt3support -no-webkit -no-xmlpatterns -nomake examples -nomake demos Recommended configure options for Linux: -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 == Create an Installer == diff --git a/doc/installerfw-getting-started.qdoc b/doc/installerfw-getting-started.qdoc index 2a5c6670..d40ca9a8 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