summaryrefslogtreecommitdiff
path: root/dist/README
blob: 013c54940dfcd91203c56bdbfcb0780673c27541 (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 -qt-sql-sqlite -no-c++11

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.