mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-07 02:29:33 +00:00
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:
parent
6a5a01063c
commit
256ff07d79
4
INSTALL
4
INSTALL
@ -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
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user