Skip to content

Commit

Permalink
Fix installing of icons
Browse files Browse the repository at this point in the history
REVIEW: 118261
  • Loading branch information
mgraesslin committed Jun 2, 2014
1 parent dc37805 commit 6afc821
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 11 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,17 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/kwin_export.h DESTINATION ${INCLUDE_I
# Install the KWin/Script service type
install( FILES scripting/kwinscript.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )

ecm_install_icons( ${ICON_INSTALL_DIR} )
ecm_install_icons(
ICONS
16-apps-kwin.png
32-apps-kwin.png
48-apps-kwin.png
sc-apps-kwin.svgz
DESTINATION
${ICON_INSTALL_DIR}
THEME
oxygen
)

add_subdirectory(qml)
add_subdirectory(autotests)
Expand Down
File renamed without changes.

0 comments on commit 6afc821

Please sign in to comment.