diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-18 19:18:09 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-11-19 17:18:33 -0800 |
commit | e73a82cd706ba5ffee9ea57d86016a251dc4ab61 (patch) | |
tree | 630255a8c7efc2f51db7ebeea53be8b635ae5ea4 /packaging/android/qmake-build.sh | |
parent | 64913bba475ae04cd3300e73f7de8b81b1021e38 (diff) | |
download | subsurface-e73a82cd706ba5ffee9ea57d86016a251dc4ab61.tar.gz |
build-system: combine iOS and Android Subsurface-mobile.pro
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/android/qmake-build.sh')
-rwxr-xr-x | packaging/android/qmake-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/qmake-build.sh b/packaging/android/qmake-build.sh index 6b4321ad2..2db40b59b 100755 --- a/packaging/android/qmake-build.sh +++ b/packaging/android/qmake-build.sh @@ -348,7 +348,7 @@ popd # call qmake to set up the build echo "Run qmake to setup the Subsurface-mobile build for all architectures" -$QMAKE BUILD_NR="$BUILDNR" BUILD_VERSION_NAME="$SUBSURFACE_MOBILE_VERSION" ANDROID_ABIS="$BUILD_ABIS" "$SUBSURFACE_SOURCE"/Subsurface-mobile-android.pro +$QMAKE BUILD_NR="$BUILDNR" BUILD_VERSION_NAME="$SUBSURFACE_MOBILE_VERSION" ANDROID_ABIS="$BUILD_ABIS" "$SUBSURFACE_SOURCE"/Subsurface-mobile.pro # if this isn't just a quick rebuild compile the translations |