diff options
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 |