forked from openkylin/plasma-workspace
23 lines
335 B
CMake
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 )
|
|
|
|
|
|
|
|
|