From f0ecd1fbb716cb9d89c5bff3d7b57f1a8d70e202 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 30 Sep 2018 08:24:55 -0700 Subject: [PATCH] Windows: enable BLE support This currently requires the wip/win branch of qtconnectivity. Eventually this should be merged into upstream Qt. Signed-off-by: Dirk Hohndel --- packaging/windows/mxe-based-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index f7c4f6ac0..4271e744a 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -285,6 +285,7 @@ i686-w64-mingw32.shared-cmake \ -DLIBDIVECOMPUTER_INCLUDE_DIR="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/include \ -DLIBDIVECOMPUTER_LIBRARIES="$BASEDIR"/"$MXEDIR"/usr/i686-w64-mingw32.shared/lib/libdivecomputer.dll.a \ -DMAKE_TESTS=OFF \ + -DBTSUPPORT=ON -DBLESUPPORT=ON \ "$BASEDIR"/subsurface make $JOBS "$@"