4
0
mirror of https://github.com/QuasarApp/installer-framework.git synced 2025-05-01 07:54:38 +00:00

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>
This commit is contained in:
Kai Koehne 2013-01-28 12:51:11 +01:00 committed by Tim Jenssen
parent 5483df958b
commit 13fbbf06e9
2 changed files with 2 additions and 2 deletions

2
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 ==

@ -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