We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42071d commit f93f844Copy full SHA for f93f844
python/plugins/plugin_installer/CMakeLists.txt
@@ -25,8 +25,4 @@ PYQT4_WRAP_UI(PYUI_FILES
25
26
PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
27
28
-ADD_CUSTOM_TARGET(pluginstaller ALL DEPENDS ${PYUI_FILES} ${PYRC_FILES})
29
-
30
-INSTALL(FILES ${PYUI_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)
31
-INSTALL(FILES ${PYRC_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)
32
-INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)
+PLUGIN_INSTALL(plugin_installer . ${PYUI_FILES} ${PYRC_FILES} ${INSTALLER_FILES})
0 commit comments