[TEST REQUEST] Windows Bluetooth LE build

Dirk Hohndel dirk at hohndel.org
Fri Sep 28 17:10:52 PDT 2018


On Fri, Sep 28, 2018 at 11:10:48PM +0300, Lubomir I. Ivanov wrote:
> 
> once the Qt tree is in place this branch has to be fetched:
> http://code.qt.io/cgit/qt/qtconnectivity.git/log/?h=wip/win
> 
> cd qtconnectivity
> git fetch origin wip/win:wip/win
> git checkout wip/win

that part is easy.

> at this point building Qt should use that branch.
> 
> please mind that i every time i try to rebuild Qt something breaks for
> me, so i'm probably not the best person on giving advise how to build
> Qt.
> 
> here is my windows CMD script for rebuilding + installing only qtconnectivity:
> ------------
> @echo off
> cls
> echo ************
> echo CLEANUP...
> del /q C:\bin\qt\5.9.2\src\qtbase\lib\*Qt5Bluetooth*
> echo BUILDING...
> make -j4 module-qtconnectivity > NUL
> :: make -j4 module-qtdeclarative > NUL

This assumes you already have a makefile. Here's what I got so far:

	/data/win/mxe-master/usr/bin/i686-w64-mingw32.shared-qmake-qt5
	Info: creating stash file /data/winqt571/mxe-master/dirkhh/qtconnectivity/.qmake.stash
	Info: creating cache file /data/winqt571/mxe-master/dirkhh/qtconnectivity/.qmake.cache

	Running configuration tests...
	Checking for BlueZ... no
	Checking for WinRT Bluetooth API... no
	Done running configuration tests.

	Configure summary:

	Qt Bluetooth:
	  BlueZ .................................. no
	  BlueZ Low Energy ....................... no
	  Linux Crypto API ....................... no
	  WinRT Bluetooth API (desktop & UWP) .... no

That looks odd. Looks like I have no BT support at all. Is that what you
see as well?

/D


More information about the subsurface mailing list