summaryrefslogtreecommitdiffstats
path: root/media/CMakeLists.txt
blob: 647b8fdba574c6f229c6d565367e348bf496645c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
tde_install_icons()

install(
    FILES
        pgn_template.kml
        default-portrait.jpg
        wizard.png
        splash.png
        icon-general.png
        default-engine-portrait.jpg
        icon-display.png

    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
)

foreach( _theme KBDefault KCDefault KSDefault )

    tde_create_tarball(
        TARGET ${_theme}.tar.gz
        SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
        DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
    )

endforeach( )