From: sunil85.kim Date: Fri, 3 May 2013 09:54:47 +0000 (+0900) Subject: Correction of Cmake for usb tethering icon X-Git-Tag: submit/tizen_2.2/20130714.154628~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0c5ac60047bf15d36fc8f2e9c9a78515e3aa648;p=apps%2Fhome%2Fug-mobile-ap.git Correction of Cmake for usb tethering icon Change-Id: I521010b718fe87950bf7ac18293ac09b90ec0788 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e4ae11..3e719a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,8 +47,7 @@ TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS}) INSTALL(TARGETS ${PROJECT_NAME} DESTINATION /usr/ug/lib) INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/ug-setting-mobileap-efl.xml DESTINATION /usr/share/packages/) -INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/images/com.samsung.tethering.png DESTINATION ${IMGDIR}) -INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/images/Q02_Notification_MobileAP.png DESTINATION ${IMGDIR}) +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/images/tethering.png DESTINATION ${IMGDIR}) ADD_SUBDIRECTORY(po) ADD_SUBDIRECTORY(resources) diff --git a/packaging/ug-setting-mobileap-efl.spec b/packaging/ug-setting-mobileap-efl.spec index 7dfbec4..c4178d8 100644 --- a/packaging/ug-setting-mobileap-efl.spec +++ b/packaging/ug-setting-mobileap-efl.spec @@ -3,7 +3,7 @@ Name: ug-setting-mobileap-efl Summary: Tethering UI Gadget Library -Version: 0.1.165 +Version: 0.1.166 Release: 1 Group: TO_BE/FILLED_IN License: Flora License Version 1.0 diff --git a/resources/images/Q02_Notification_MobileAP.png b/resources/images/Q02_Notification_MobileAP.png deleted file mode 100644 index 540907d..0000000 Binary files a/resources/images/Q02_Notification_MobileAP.png and /dev/null differ diff --git a/resources/images/com.samsung.tethering.png b/resources/images/tethering.png similarity index 100% rename from resources/images/com.samsung.tethering.png rename to resources/images/tethering.png