diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-08-02 19:26:42 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-08-02 19:26:42 +0300 |
commit | 66ebe21d5ef4cbeb0983d2456833f3e24fe44f0a (patch) | |
tree | 9042f1877a40169b5aaab8a263b3aafc4e08d2e3 /twin/CMakeLists.txt | |
parent | 4cd5817775a7e3618081bfed788f361307cfef41 (diff) | |
download | tdebase-66ebe21d5ef4cbeb0983d2456833f3e24fe44f0a.tar.gz tdebase-66ebe21d5ef4cbeb0983d2456833f3e24fe44f0a.zip |
TWin, Kicker: Add icons for tiling menus
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'twin/CMakeLists.txt')
-rw-r--r-- | twin/CMakeLists.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/twin/CMakeLists.txt b/twin/CMakeLists.txt index 33a2302e4..261e0eb34 100644 --- a/twin/CMakeLists.txt +++ b/twin/CMakeLists.txt @@ -15,7 +15,6 @@ add_subdirectory( lib ) add_subdirectory( killer ) add_subdirectory( resumer ) add_subdirectory( kcmtwin ) -add_subdirectory( pics ) add_subdirectory( clients ) add_subdirectory( oldheaders ) add_subdirectory( data ) @@ -40,10 +39,18 @@ link_directories( install( FILES KWinInterface.h DESTINATION ${INCLUDE_INSTALL_DIR} ) -##### other data ################################ +##### icons ##################################### tde_install_icons( twin ) +install( + DIRECTORY pics/ + DESTINATION ${DATA_INSTALL_DIR}/twin/pics + FILES_MATCHING PATTERN *.png +) + +##### other data ################################ + tde_create_translated_desktop( SOURCE eventsrc DESTINATION ${DATA_INSTALL_DIR}/twin |