Skip to content

Commit f55a844

Browse files
author
cfarmer
committedJan 20, 2009

File tree

159 files changed

+35705
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+35705
-1
lines changed
 

‎python/plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SUBDIRS(plugin_installer mapserver_export)
1+
SUBDIRS(plugin_installer mapserver_export ftools)

‎python/plugins/ftools/CMakeLists.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
2+
# file or the ui change
3+
SET(INSTALLER_FILES
4+
__init__.py
5+
frmAbout.py
6+
ftools_help.xsl
7+
resources.qrc
8+
frmAbout.ui
9+
fTools.py
10+
doAbout.py
11+
ftools_help.xml
12+
i18n.cpp
13+
resources.py
14+
)
15+
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/ftools)
16+
17+
SUBDIRS(tools icons)

0 commit comments

Comments
 (0)
Please sign in to comment.