From 256ff07d79c0cd19dc744b17f726165d13f905b3 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 4 Jun 2014 17:09:56 +0200 Subject: 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 Reviewed-by: Karsten Heimrich --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index e523d66b8..a7482ba8f 100644 --- a/INSTALL +++ b/INSTALL @@ -55,13 +55,13 @@ Adjust the qmake.conf to have a real stand alone working installer: 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 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 --------------------- -- cgit v1.2.3