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

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

Added CMakeLists.txt files for new share structure.

Line 
1# Icons
2set(icons_SHARE
3  ami
4  computer
5  icq
6  icq2
7  kde
8  mark
9  thomas
10)
11
12install(DIRECTORY ${icons_SHARE}
13  DESTINATION ${INSTALL_DATA_DIR}/licq/${INSTALL_QTGUI_DIR}/icons
14  PATTERN ".svn" EXCLUDE
15)
Note: See TracBrowser for help on using the browser.