On 29 September 2018 at 03:10, Dirk Hohndel <[email protected]> wrote: > 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?
yes, my config command line is: configure -developer-build -opensource -nomake examples -nomake tests -no-opengl -no-qml-debug -skip qtwebengine after accepting the license i see: ------------------- ... Qt Bluetooth: BlueZ .................................. no BlueZ Low Energy ....................... no Linux Crypto API ....................... no WinRT Bluetooth API (desktop & UWP) .... no ------------ at this point i run the above CMD file to build QtConnectivity. my GCC is: gcc version 5.3.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project) lubomir -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
