Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and 2,076 deletions.
- +1 −3 python/plugins/processing/algs/gdal/CMakeLists.txt
- +0 −13 python/plugins/processing/algs/gdal/OgrAlgorithm.py
- +0 −3 python/plugins/processing/algs/gdal/ogr2ogr.py
- +0 −3 python/plugins/processing/algs/gdal/pyogr/CMakeLists.txt
- 0 python/plugins/processing/algs/gdal/pyogr/__init__.py
- +0 −1,780 python/plugins/processing/algs/gdal/pyogr/ogr2ogr.py
- +0 −75 python/plugins/processing/algs/gdal/pyogr/ogrds.py
- +0 −199 python/plugins/processing/algs/gdal/pyogr/ogrvrt.py
@@ -1,5 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
ADD_SUBDIRECTORY(pyogr) | ||
|
||
PLUGIN_INSTALL(processing ./algs/gdal ${PY_FILES}) | ||
PLUGIN_INSTALL(processing ./algs/gdal ${PY_FILES}) |
Empty file.
Oops, something went wrong.