mirror of
https://github.com/QuasarApp/SoundBand.git
synced 2025-04-26 07:14:31 +00:00
fix linux build
This commit is contained in:
parent
1afae46889
commit
2c433f93d8
@ -1 +1 @@
|
||||
Subproject commit a80e043c4db198497033930e34703fed7d17ad7c
|
||||
Subproject commit a2f688ebc1b1108c09d3df5d5aa4250cdfc926d4
|
@ -9,10 +9,6 @@ SUBDIRS += QuasarAppLib/QuasarApp.pro \
|
||||
SoundBand \
|
||||
tests
|
||||
|
||||
unix:!android:{
|
||||
SUBDIRS += CQtDeployer
|
||||
}
|
||||
|
||||
SoundBand.depends = Sync QuasarAppLib/QuasarApp.pro
|
||||
|
||||
equals( ENABLE_INSTALLER, 1) {
|
||||
|
@ -2,10 +2,16 @@
|
||||
|
||||
CURRENTDIR=$(dirname "$(readlink -f "$0")")
|
||||
|
||||
deploy="$CURRENTDIR/../../CQtDeployer/build/release/cqtdeployer"
|
||||
CQtDeployer="$CURRENTDIR/../../CQtDeployer"
|
||||
|
||||
deploy="$CQtDeployer/build/release/cqtdeployer.sh"
|
||||
qmldir=$1
|
||||
qmake=$2
|
||||
|
||||
chmod +x $CQtDeployer/sharedBuild.sh
|
||||
|
||||
$CQtDeployer/sharedBuild.sh $qmake
|
||||
|
||||
rm -rdf "$CURRENTDIR/../packages/SoundBand/data"
|
||||
rm -rdf "$CURRENTDIR/../packages/SoundBand.Tests/data"
|
||||
|
||||
@ -24,6 +30,6 @@ chmod +x $deploy
|
||||
|
||||
cp -Rpf "$CURRENTDIR/../../CQtDeployer/QuasarAppLib/build/release/." "$CURRENTDIR/../../CQtDeployer/build/release"
|
||||
|
||||
$deploy -qmake $qmake clear -qmldir $qmldir -bin "$CURRENTDIR/../packages/SoundBand/data/SoundBand"
|
||||
$deploy -qmake "$qmake" clear -qmlDir "$qmldir" -bin "$CURRENTDIR/../packages/SoundBand/data/SoundBand"
|
||||
|
||||
|
||||
|
@ -19,9 +19,6 @@ QML_DIR = $$PWD/../SoundBand
|
||||
|
||||
WINDEPLOY = $$QT_DIR/windeployqt.exe
|
||||
WINDEPLOY_RUN = $$PWD/deploy/deploy.bat
|
||||
|
||||
|
||||
|
||||
LINUXDEPLOY = $$PWD/deploy/deploy.sh
|
||||
|
||||
unix {
|
||||
|
Loading…
x
Reference in New Issue
Block a user