root/trunk/qt4-gui/share/skins/CMakeLists.txt

Revision 5331, 264 bytes (checked in by eugene, 15 months ago)

Added CMakeLists.txt files for new share structure.

Line 
1# Skins
2set(skins_SHARE
3  basic
4  basic-ncb
5  bheart
6  compact
7  dim
8  e
9  gradient
10  icq
11  icq-ncb
12  Mirabilis
13  pli
14  shale
15  thomas
16)
17
18install(DIRECTORY ${skins_SHARE}
19  DESTINATION ${INSTALL_DATA_DIR}/licq/${INSTALL_QTGUI_DIR}/skins
20  PATTERN ".svn" EXCLUDE
21)
Note: See TracBrowser for help on using the browser.