Skip to content

Commit e8519a4

Browse files
author
brushtyler
committedJun 4, 2010
added GdalTools plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13639 c8812cc2-4d05-0410-92ff-de0c093fc19c

Some content is hidden

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

71 files changed

+7635
-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 fTools osm)
1+
SUBDIRS(plugin_installer mapserver_export fTools GdalTools osm)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FILE(GLOB INSTALLER_FILES *.py)
2+
SET(INSTALLER_FILES ${INSTALLER_FILES})
3+
4+
FILE(GLOB UI_FILES *.ui)
5+
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES})
6+
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
7+
ADD_CUSTOM_TARGET(gdaltools ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
8+
9+
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
10+
11+
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/GdalTools)
12+
13+
SUBDIRS(tools icons)
14+

0 commit comments

Comments
 (0)
Please sign in to comment.