mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 02:04:33 +00:00
static build
This commit is contained in:
parent
7468ce160f
commit
f187495eb0
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "QuasarAppLib"]
|
||||
path = QuasarAppLib
|
||||
url = https://github.com/QuasarApp/QuasarAppLib.git
|
||||
[submodule "qtBase"]
|
||||
path = qtBase
|
||||
url = https://github.com/qt/qtbase.git
|
||||
|
1
qtBase
Submodule
1
qtBase
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit bd42e2f0cebb2fe8de77a054e9d30aa803749a61
|
16
staticBuild.sh
Executable file
16
staticBuild.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/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
|
||||
|
||||
./qtBase/bin/qmake CQTDeployer.pro
|
||||
|
||||
make -j$(nproc)
|
||||
|
||||
strip build/*
|
Loading…
x
Reference in New Issue
Block a user