summaryrefslogtreecommitdiffstats
path: root/packaging/windows
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-30 08:24:55 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-30 08:28:16 -0700
commitf0ecd1fbb716cb9d89c5bff3d7b57f1a8d70e202 (patch)
tree36917894236505b78c642b81baf2da7ff60f9131 /packaging/windows
parentc6a4250a58f26419d72df8bf9d5e0807bb813721 (diff)
downloadsubsurface-f0ecd1fbb716cb9d89c5bff3d7b57f1a8d70e202.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'packaging/windows')
-rwxr-xr-xpackaging/windows/mxe-based-build.sh1
1 files changed, 1 insertions, 0 deletions
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 "$@"