diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-30 08:24:55 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-30 08:28:16 -0700 |
commit | f0ecd1fbb716cb9d89c5bff3d7b57f1a8d70e202 (patch) | |
tree | 36917894236505b78c642b81baf2da7ff60f9131 /packaging/windows | |
parent | c6a4250a58f26419d72df8bf9d5e0807bb813721 (diff) | |
download | subsurface-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-x | packaging/windows/mxe-based-build.sh | 1 |
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 "$@" |