~ahayzen/ubuntu-weather-app/reboot-fix-ap-location-detect

« back to all changes in this revision

Viewing changes to app/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2015-07-01 14:33:51 UTC
  • mfrom: (60.1.2 reboot-icon)
  • Revision ID: tarmac-20150701143351-usgcv9h7mjpa6hs0
Add icon file into debian package. Fixes: https://bugs.launchpad.net/bugs/1466518.

Approved by Bartosz Kosiorek, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
endif(NOT "${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
5
5
 
6
6
 
7
 
if(CLICK_MODE)
8
 
  set(ICON ${ICON})
9
 
  install(FILES ${ICON} DESTINATION ${CMAKE_INSTALL_PREFIX})
10
 
endif(CLICK_MODE)
 
7
set(ICON ${ICON_FILE})
 
8
install(FILES ${ICON} DESTINATION ${CMAKE_INSTALL_PREFIX})
11
9
 
12
10
install(FILES ${MAIN_QML} DESTINATION ${UBUNTU-WEATHER_APP_DIR})
13
11