Skip to content

Commit 9a0c4ff

Browse files
author
Sandro Santilli
committedOct 23, 2012
Allow running mapserver_export plugin from build dir
See http://hub.qgis.org/issues/5879
1 parent e852efa commit 9a0c4ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎python/plugins/mapserver_export/CMakeLists.txt‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ SET(INSTALLER_FILES
88

99
PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
1010
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
11-
ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
1211

1312
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
1413

15-
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)
14+
PLUGIN_INSTALL(mapserver_export . ${INSTALLER_FILES})

0 commit comments

Comments
 (0)
Please sign in to comment.