Warning, /plasma/plasma-workspace/themes/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 set( themes_RC
0003     qtcde.themerc
0004     qtcleanlooks.themerc
0005     qtmotif.themerc
0006     qtplastique.themerc
0007     qtwindows.themerc
0008 )
0009 
0010 if (X11_FOUND)
0011   set( themes_RC ${themes_RC}
0012       qtgtk.themerc
0013   )
0014 endif ()
0015 
0016 ########### install files ###############
0017 
0018 install( FILES ${themes_RC}  DESTINATION  ${KDE_INSTALL_DATADIR}/kstyle/themes )
0019 
0020 
0021 
0022