blob: c28f89a44f07d7d474be07907cab2ffaa3c1bb85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#################################################
#
# (C) 2010 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
##### other data ################################
install( FILES
qtplatinum.themerc qtcde.themerc qtmotif.themerc
qtwindows.themerc qtsgi.themerc qtmotifplus.themerc
highcolor.themerc default.themerc b3.themerc
light-v2.themerc light-v3.themerc keramik.themerc
DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes )
install( FILES
kthemestylerc
DESTINATION ${CONFIG_INSTALL_DIR} )
|