kde-workspace/kstyles/themes/CMakeLists.txt
Ivailo Monev 591b538337 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:13:13 +00:00

29 lines
431 B
CMake

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