CQtDeployer/staticBuild.sh

17 lines
330 B
Bash
Raw Normal View History

2018-08-29 22:35:50 +03:00
#!/bin/bash
cd qtBase
git clean -xfd
./configure -confirm-license -release -optimize-size -static -no-opengl -no-openssl -opensource -nomake tests -nomake examples -no-gui -no-widgets -no-dbus -no-accessibility
make -j$(nproc)
cd ..
export PATH=$PATH:/qtBase
2018-08-30 10:04:00 +03:00
./qtBase/bin/qmake CQtDeployer.pro
2018-08-29 22:35:50 +03:00
make -j$(nproc)
strip build/*