You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
335 B
22 lines
335 B
|
|
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 ) |
|
|
|
|
|
|
|
|
|
|