mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cmake: use the mobile icon for Android apk
The first attempt missed the second spot where this was set. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bda482a30a
commit
c2e1158cf7
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ if(ANDROID)
|
||||||
if(SUBSURFACE_MOBILE)
|
if(SUBSURFACE_MOBILE)
|
||||||
set(ANDROID_PACKAGE_SOURCE_DIR, ${CMAKE_BINARY_DIR}/android-mobile)
|
set(ANDROID_PACKAGE_SOURCE_DIR, ${CMAKE_BINARY_DIR}/android-mobile)
|
||||||
add_qt_android_apk(subsurface-mobile.apk subsurface-mobile
|
add_qt_android_apk(subsurface-mobile.apk subsurface-mobile
|
||||||
PACKAGE_SOURCES ${CMAKE_CURRENT_LIST_DIR}/android
|
PACKAGE_SOURCES ${CMAKE_CURRENT_LIST_DIR}/android-mobile
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
set(ANDROID_PACKAGE_SOURCE_DIR, ${CMAKE_BINARY_DIR}/android)
|
set(ANDROID_PACKAGE_SOURCE_DIR, ${CMAKE_BINARY_DIR}/android)
|
||||||
|
|
Loading…
Reference in a new issue