We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1351b commit c2b6a47Copy full SHA for c2b6a47
python/plugins/GdalTools/CMakeLists.txt
@@ -9,7 +9,7 @@ PYQT4_ADD_RESOURCES(PYRC_FILES resources.qrc)
9
SET(INSTALLER_FILES ${INSTALLER_FILES} ${PYUI_FILES} ${PYRC_FILES})
10
11
#INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/GdalTools)
12
-PLUGIN_INSTALL(GdalTools . ${INSTALLER_FILES} __init__.pyc)
+PLUGIN_INSTALL(GdalTools . ${INSTALLER_FILES} __init__.py)
13
14
ADD_SUBDIRECTORY(tools)
15
ADD_SUBDIRECTORY(icons)
0 commit comments