-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a plugin to DB Manager to support virtual layers
- Loading branch information
Hugo Mercier
committed
Dec 18, 2015
1 parent
e60712e
commit 9e14f09
Showing
10 changed files
with
1,169 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.