Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix PLUGIN_INSTALL build error
  • Loading branch information
dakcarto committed Oct 23, 2012
1 parent 9f1351b commit c2b6a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})

#INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/GdalTools)
PLUGIN_INSTALL(GdalTools . ${INSTALLER_FILES} __init__.pyc)
PLUGIN_INSTALL(GdalTools . ${INSTALLER_FILES} __init__.py)

ADD_SUBDIRECTORY(tools)
ADD_SUBDIRECTORY(icons)

0 comments on commit c2b6a47

Please sign in to comment.