Skip to content

Commit

Permalink
[feature][needs-docs] Store projects into geopackage
Browse files Browse the repository at this point in the history
Store and load QGIS projects to/from geopackage.

(This is the same functionality previously available
only for postgis)
  • Loading branch information
elpaso committed Mar 6, 2019
1 parent 0e98d1e commit 60942cd
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 198 deletions.
3 changes: 3 additions & 0 deletions src/providers/ogr/CMakeLists.txt
Expand Up @@ -7,6 +7,7 @@ SET (OGR_SRCS
qgsgeopackagedataitems.cpp
qgsgeopackagerasterwriter.cpp
qgsgeopackagerasterwritertask.cpp
qgsgeopackageprojectstorage.cpp
qgsogrdbconnection.cpp
qgsogrdbtablemodel.cpp
qgsogrtransaction.cpp
Expand All @@ -27,10 +28,12 @@ IF (WITH_GUI)
SET(OGR_SRCS ${OGR_SRCS}
qgsogrdbsourceselect.cpp
qgsogrsourceselect.cpp
qgsgeopackageprojectstoragedialog.cpp
)
SET(OGR_MOC_HDRS ${OGR_MOC_HDRS}
qgsogrsourceselect.h
qgsogrdbsourceselect.h
qgsgeopackageprojectstoragedialog.h
)
ENDIF ()

Expand Down

0 comments on commit 60942cd

Please sign in to comment.