3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-19 05:35:53 +00:00
Brooklyn/plasma/workspace/themes/CMakeLists.txt
2022-03-05 22:41:29 +05:00

23 lines
335 B
CMake

set( themes_RC
qtcde.themerc
qtcleanlooks.themerc
qtmotif.themerc
qtplastique.themerc
qtwindows.themerc
)
if (X11_FOUND)
set( themes_RC ${themes_RC}
qtgtk.themerc
)
endif ()
########### install files ###############
install( FILES ${themes_RC} DESTINATION ${KDE_INSTALL_DATADIR}/kstyle/themes )