Skip to content

Commit

Permalink
include hana provider in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 14, 2021
1 parent 8482510 commit e15b894
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/qgis-providers.install
Expand Up @@ -22,4 +22,5 @@ usr/lib/qgis/plugins/libwcsprovider.so
usr/lib/qgis/plugins/libwfsprovider.so
usr/lib/qgis/plugins/libwmsprovider.so
usr/lib/qgis/plugins/libpdalprovider.so
usr/lib/qgis/plugins/libhanaprovider.so
usr/lib/*/qt?/plugins/sqldrivers/libqsqlspatialite.so
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -101,6 +101,7 @@ CMAKE_OPTS := \
-DWITH_QSPATIALITE=TRUE \
-DWITH_3D=TRUE \
-DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so \
-DWITH_HANA=TRUE \
-DWITH_PDAL=TRUE \
-DWITH_EPT=TRUE

Expand Down
1 change: 1 addition & 0 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -126,6 +126,7 @@ cmake -G "%CMAKEGEN%" ^
-D WITH_GRASS=TRUE ^
-D WITH_3D=TRUE ^
-D WITH_GRASS7=TRUE ^
-D WITH_HANA=TRUE ^
-D GRASS_PREFIX7=%GRASS_PREFIX:\=/% ^
-D WITH_ORACLE=TRUE ^
-D WITH_CUSTOM_WIDGETS=TRUE ^
Expand Down
2 changes: 2 additions & 0 deletions ms-windows/osgeo4w/package.cmd
Expand Up @@ -125,6 +125,7 @@ cmake -G "%CMAKEGEN%" ^
-D PEDANTIC=TRUE ^
-D WITH_QSPATIALITE=TRUE ^
-D WITH_SERVER=TRUE ^
-D WITH_HANA=TRUE ^
-D SERVER_SKIP_ECW=TRUE ^
-D WITH_GRASS=TRUE ^
-D WITH_3D=TRUE ^
Expand Down Expand Up @@ -310,6 +311,7 @@ for %%i in (%packages%) do (
"apps/%PACKAGENAME%/plugins/arcgismapserverprovider.dll" ^
"apps/%PACKAGENAME%/plugins/arcgisfeatureserverprovider.dll" ^
"apps/%PACKAGENAME%/plugins/mdalprovider.dll" ^
"apps/%PACKAGENAME%/plugins/hanaprovider.dll" ^
"apps/%PACKAGENAME%/plugins/oauth2authmethod.dll" ^
"apps/%PACKAGENAME%/resources/qgis.db" ^
"apps/%PACKAGENAME%/resources/spatialite.db" ^
Expand Down

0 comments on commit e15b894

Please sign in to comment.