mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add different icon for mobile app
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9217a03ef3
commit
cbda93ce11
9 changed files with 266 additions and 1 deletions
|
|
@ -719,13 +719,14 @@ endif()
|
|||
|
||||
if(ANDROID)
|
||||
# Android template directory
|
||||
set(ANDROID_PACKAGE_SOURCE_DIR, ${CMAKE_BINARY_DIR}/android)
|
||||
include(${QT_ANDROID_CMAKE})
|
||||
if(SUBSURFACE_MOBILE)
|
||||
set(ANDROID_PACKAGE_SOURCE_DIR, ${CMAKE_BINARY_DIR}/android-mobile)
|
||||
add_qt_android_apk(subsurface-mobile.apk subsurface-mobile
|
||||
PACKAGE_SOURCES ${CMAKE_CURRENT_LIST_DIR}/android
|
||||
)
|
||||
else()
|
||||
set(ANDROID_PACKAGE_SOURCE_DIR, ${CMAKE_BINARY_DIR}/android)
|
||||
add_qt_android_apk(subsurface.apk ${SUBSURFACE_TARGET}
|
||||
PACKAGE_SOURCES ${CMAKE_CURRENT_LIST_DIR}/android
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue