Skip to content

Commit

Permalink
Allow running plugin_installer plugin from build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Oct 20, 2012
1 parent a42071d commit f93f844
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions python/plugins/plugin_installer/CMakeLists.txt
Expand Up @@ -25,8 +25,4 @@ PYQT4_WRAP_UI(PYUI_FILES

PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)

ADD_CUSTOM_TARGET(pluginstaller ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})

INSTALL(FILES ${PYUI_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)
INSTALL(FILES ${PYRC_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)
PLUGIN_INSTALL(plugin_installer . ${PYUI_FILES} ${PYRC_FILES} ${INSTALLER_FILES})

0 comments on commit f93f844

Please sign in to comment.