- qt:5.4-desktop
- qt:5.4-android
- qt:5.7-desktop
- qt:5.7-android
- qt:5.9-desktop
- qt:5.9-android
- qt:5.10-desktop
- qt:5.10-android
- Install required specific dependencies:
sudo apt-get -qq update && sudo apt-get install -qq -y <packages>
- Clone repo with source
git clone --recursive <repo> ~/src
- Make build dir & cd into
mkdir ~/build && cd ~/build
- Run qmake
qmake -r ~/src
- Run make
make -j4
- Run make install
make install INSTALL_ROOT=$HOME/dist
- Android: run apk creation
androiddeployqt --input ~/src/<android json> --output ~/dist --deployment bundled --gradle --release
Used extract-qt script from https://github.com/benlau/qtci/blob/master/bin/extract-qt-installer