Skip to content

Commit 60942cd

Browse files
committed
[feature][needs-docs] Store projects into geopackage
Store and load QGIS projects to/from geopackage. (This is the same functionality previously available only for postgis)
1 parent 0e98d1e commit 60942cd

7 files changed

+222
-198
lines changed

src/providers/ogr/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SET (OGR_SRCS
77
qgsgeopackagedataitems.cpp
88
qgsgeopackagerasterwriter.cpp
99
qgsgeopackagerasterwritertask.cpp
10+
qgsgeopackageprojectstorage.cpp
1011
qgsogrdbconnection.cpp
1112
qgsogrdbtablemodel.cpp
1213
qgsogrtransaction.cpp
@@ -27,10 +28,12 @@ IF (WITH_GUI)
2728
SET(OGR_SRCS ${OGR_SRCS}
2829
qgsogrdbsourceselect.cpp
2930
qgsogrsourceselect.cpp
31+
qgsgeopackageprojectstoragedialog.cpp
3032
)
3133
SET(OGR_MOC_HDRS ${OGR_MOC_HDRS}
3234
qgsogrsourceselect.h
3335
qgsogrdbsourceselect.h
36+
qgsgeopackageprojectstoragedialog.h
3437
)
3538
ENDIF ()
3639

0 commit comments

Comments
 (0)