Skip to content

Commit

Permalink
qgis 2.28.5 uses -DWITH_QT5SERIALPORT=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed May 30, 2023
1 parent f897467 commit afbf78f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function build_qgis() {
-DWITH_ASTYLE=OFF \
-DWITH_QUICK=OFF \
-DWITH_QTSERIALPORT=OFF \
-DWITH_QT5SERIALPORT=OFF \
-DWITH_3D=OFF \
-DNATIVE_CRSSYNC_BIN=/usr/bin/true \
-DWITH_QGIS_PROCESS=OFF \
Expand Down
1 change: 1 addition & 0 deletions ios/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function build_qgis() {
-DPoly2Tri_INCLUDE_DIR=$STAGE_PATH/include/poly2tri \
-DPoly2Tri_LIBRARY=${QT_PATH}/lib/libQt6Bundled_Poly2Tri.a \
-DWITH_QTSERIALPORT=OFF \
-DWITH_QT5SERIALPORT=OFF \
-DWITH_3D=OFF \
-DWITH_BINDINGS=OFF \
-DWITH_INTERNAL_SPATIALITE=OFF \
Expand Down
1 change: 1 addition & 0 deletions linux/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function build_qgis() {
-DFORCE_STATIC_LIBS=TRUE \
-DUSE_OPENCL=OFF \
-DWITH_QTSERIALPORT=OFF \
-DWITH_QT5SERIALPORT=OFF \
-DGDAL_CONFIG=$STAGE_PATH/bin/gdal-config \
$BUILD_qgis

Expand Down
1 change: 1 addition & 0 deletions mac/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function build_qgis() {
-DFORCE_STATIC_LIBS=TRUE \
-DUSE_OPENCL=OFF \
-DWITH_QTSERIALPORT=OFF \
-DWITH_QT5SERIALPORT=OFF \
-DPOSTGRES_INCLUDE_DIR=$STAGE_PATH/include \
-DPOSTGRES_LIBRARY=$STAGE_PATH/lib/libpq.a \
$BUILD_qgis
Expand Down

0 comments on commit afbf78f

Please sign in to comment.