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

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

Added CMakeLists.txt files for new share structure.

Line 
1# Extended icons
2set(exticons_SHARE
3  basic
4  kde
5  thomas
6)
7
8install(DIRECTORY ${exticons_SHARE}
9  DESTINATION ${INSTALL_DATA_DIR}/licq/${INSTALL_QTGUI_DIR}/exticons
10  PATTERN ".svn" EXCLUDE
11)
Note: See TracBrowser for help on using the browser.