Fix Qt configure line to make a non-install build

You almost never want to have the default installation path for your
static Qt.

Also remove the '-opensource' part, so people are asked which license
they have / use.

Change-Id: Ifefe9c7256aaf7aafa8104bff8adac02584d0a81
Reviewed-by: Niels Weber <niels.weber@digia.com>
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
Kai Koehne 2014-06-04 17:09:56 +02:00
parent 6a5a01063c
commit 256ff07d79
2 changed files with 4 additions and 4 deletions

View File

@ -55,13 +55,13 @@ Adjust the qmake.conf to have a real stand alone working installer:
Recommended configure options for Microsoft Windows: Recommended configure options for Microsoft Windows:
configure -opensource -release -static -target xp -no-opengl -no-icu -nomake examples -nomake tests -skip qtactiveqt -skip qtlocation -skip qtscript -skip qtsensors configure -prefix %CD%\qtbase -release -static -target xp -no-opengl -no-icu -nomake examples -nomake tests -skip qtactiveqt -skip qtlocation -skip qtscript -skip qtsensors
### Linux & Mac OS X ### Linux & Mac OS X
Recommended configure options for Linux and Mac OS X: Recommended configure options for Linux and Mac OS X:
configure -opensource -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation ./configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation
Build the Framework Build the Framework
--------------------- ---------------------

View File

@ -87,7 +87,7 @@
Windows: Windows:
\code \code
configure -opensource -release -static -target xp -no-opengl -no-icu -nomake examples -nomake tests -skip qtactiveqt -skip qtlocation -skip qtscript -skip qtsensors configure -prefix %CD%\qtbase -release -static -target xp -no-opengl -no-icu -nomake examples -nomake tests -skip qtactiveqt -skip qtlocation -skip qtscript -skip qtsensors
\endcode \endcode
\section3 Configuring Qt for Linux and Mac OS X \section3 Configuring Qt for Linux and Mac OS X
@ -96,7 +96,7 @@
Mac OS X: Mac OS X:
\code \code
configure -opensource -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation ./configure -prefix $PWD/qtbase -release -static -accessibility -qt-zlib -qt-libpng -qt-libjpeg -no-opengl -nomake examples -nomake tests -developer-build -skip qtquick1 -skip qtscript -skip qtlocation
\endcode \endcode
\section2 Setting up Qt Installer Framework \section2 Setting up Qt Installer Framework