summaryrefslogtreecommitdiff
path: root/dist/README
blob: beca8f21b612fb6a3820041e55872f30a1ff5974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Building installers the long way...

Note that building the installer does NOT work when Qt is configured with -developer-build.
It is recommended to use the official Qt sdk packages (http://qt-project.org/downloads).

Linux:
qtbase, qttools, qtscript

./configure -nomake examples -nomake tests -static -release -opensource -confirm-license -prefix `pwd`/../qt-install -qt-libpng -qt-libjpeg -qt-zlib -no-cups -no-icu

actually install all of them!

installer-framework (master branch)
qtbase-static/bin/qmake
make

Run the python script with the desired target qt version and the installer-framework/bin in path.