Skip to content

Commit

Permalink
Add a plugin to DB Manager to support virtual layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Dec 18, 2015
1 parent e60712e commit 9e14f09
Show file tree
Hide file tree
Showing 10 changed files with 1,169 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/db_manager/db_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ADD_SUBDIRECTORY(spatialite)
IF(WITH_ORACLE)
ADD_SUBDIRECTORY(oracle)
ENDIF(WITH_ORACLE)
ADD_SUBDIRECTORY(vlayers)

FILE(GLOB PY_FILES *.py)
PLUGIN_INSTALL(db_manager db_plugins ${PY_FILES})
7 changes: 7 additions & 0 deletions python/plugins/db_manager/db_plugins/vlayers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

FILE(GLOB PY_FILES *.py)

PYQT_ADD_RESOURCES(PYRC_FILES resources.qrc)

PLUGIN_INSTALL(db_manager db_plugins/vlayers ${PY_FILES} ${PYRC_FILES})

Empty file.
Loading

0 comments on commit 9e14f09

Please sign in to comment.