Skip to content

Commit

Permalink
Allow running mapserver_export plugin from build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Oct 23, 2012
1 parent e852efa commit 9a0c4ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/mapserver_export/CMakeLists.txt
Expand Up @@ -8,8 +8,7 @@ SET(INSTALLER_FILES

PYQT4_WRAP_UI(PYUI_FILES qgsmapserverexportbase.ui)
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
ADD_CUSTOM_TARGET(mapserverexport ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})

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

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

0 comments on commit 9a0c4ff

Please sign in to comment.