Merge lp:~vthompson/ubuntu-terminal-app/fix-1283848-add-icons-cmake into lp:ubuntu-terminal-app

Proposed by Victor Thompson
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 40
Merged at revision: 39
Proposed branch: lp:~vthompson/ubuntu-terminal-app/fix-1283848-add-icons-cmake
Merge into: lp:ubuntu-terminal-app
Diff against target: 14 lines (+2/-2)
1 file modified
CMakeLists.txt (+2/-2)
To merge this branch: bzr merge lp:~vthompson/ubuntu-terminal-app/fix-1283848-add-icons-cmake
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Sergio Schvezov (community) Approve
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Review via email: mp+207848@code.launchpad.net

Commit message

Add icons to CMakeLists.txt

Description of the change

Add icons to CMakeLists.txt

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) :
review: Approve
40. By Victor Thompson

Install files in one line

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sergio Schvezov (sergiusens) :
review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-02-23 16:13:39 +0000
+++ CMakeLists.txt 2014-02-24 00:19:30 +0000
@@ -49,8 +49,8 @@
49 RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}49 RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
50 *.qml *.js *.png *.js)50 *.qml *.js *.png *.js)
51install(DIRECTORY config extraPanel DESTINATION ${DATA_DIR})51install(DIRECTORY config extraPanel DESTINATION ${DATA_DIR})
52install(FILES Terminal.qml Configs.qml DESTINATION ${DATA_DIR})52install(FILES Terminal.qml Configs.qml settings.png avatar@8.png
53install(FILES ${MAIN_QML} ${ICON_FILE} DESTINATION ${DATA_DIR})53 ${MAIN_QML} ${ICON_FILE} DESTINATION ${DATA_DIR})
5454
55configure_file(${DESKTOP_FILE}.in ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE})55configure_file(${DESKTOP_FILE}.in ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE})
56install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE}56install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE}

Subscribers

People subscribed via source and target branches