mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
18 lines
369 B
CMake
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)
|