~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to app/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Giulio Collura, Giulio Collura
  • Date: 2015-01-03 15:37:06 UTC
  • mfrom: (45.2.8 reboot-scrollable-view)
  • Revision ID: tarmac-20150103153706-c3kk14iqzo55hnnz
Fix CMakeLists when building click packages. ScrollableView to manage history, textentry and keyboard.

Approved by Ubuntu Phone Apps Jenkins Bot, Riccardo Padovani.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
if(CLICK_MODE)
7
7
  set(ICON ${ICON})
8
 
  install(FILES ${ICON} DESTINATION ${CMAKE_INSTALL_PREFIX})
 
8
  install(FILES graphics/${ICON} DESTINATION ${CMAKE_INSTALL_PREFIX})
9
9
endif(CLICK_MODE)
10
10
 
11
11
install(FILES ${MAIN_QML} DESTINATION ${UBUNTU-CALCULATOR-APP_DIR})