From c2e1158cf72ce68ec6ab1ab8c67bc58ce4c5ed07 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 10 Jul 2015 11:22:39 -0700 Subject: [PATCH] Cmake: use the mobile icon for Android apk The first attempt missed the second spot where this was set. Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4b328f02..f7ec08ae1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -723,7 +723,7 @@ if(ANDROID) 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 + PACKAGE_SOURCES ${CMAKE_CURRENT_LIST_DIR}/android-mobile ) else() set(ANDROID_PACKAGE_SOURCE_DIR, ${CMAKE_BINARY_DIR}/android)