2009-01-20 22:54:27 +00:00
|
|
|
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
|
|
|
|
# file or the ui change
|
2012-11-09 20:15:44 +02:00
|
|
|
FILE(GLOB ICON_FILES *.png)
|
2012-10-22 20:47:58 +02:00
|
|
|
|
|
|
|
PLUGIN_INSTALL(fTools icons/default ${ICON_FILES})
|