Skip to content

Commit

Permalink
install action icons locally
Browse files Browse the repository at this point in the history
move the action icons to an own subdirectory so they can have a proper
kde4_install_icons cmake call to install them in the data directory of
kmag
  • Loading branch information
Pino Toscano committed May 1, 2014
1 parent a0f0c7d commit 4363d85
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -22,6 +22,7 @@ if(QAccessibilityClient_FOUND)
endif(QAccessibilityClient_FOUND)

add_subdirectory( doc )
add_subdirectory( pics )
########### next target ###############

set(kmag_SRCS
Expand Down
1 change: 1 addition & 0 deletions pics/CMakeLists.txt
@@ -0,0 +1 @@
kde4_install_icons(${DATA_INSTALL_DIR}/kmag/icons)
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 4363d85

Please sign in to comment.