QGIS/python/plugins/fTools/CMakeLists.txt
2009-03-01 14:17:25 +00:00

18 lines
369 B
CMake

#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
# file or the ui change
SET(INSTALLER_FILES
__init__.py
frmAbout.py
ftools_help.xsl
resources.qrc
frmAbout.ui
fTools.py
doAbout.py
ftools_help.xml
i18n.cpp
resources.py
)
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/fTools)
SUBDIRS(tools icons)