Answer the question
In order to leave comments, you need to log in
How to compile Qt with Bluetooth?
The bottom line is that I need to compile the modified qtconnectivity module , but it turned out that the original one doesn’t really want to work after compilation. Whereas the binaries work.
I did everything as it is written here:
https://wiki.qt.io/Building_Qt_5_from_Git/ru
in short:
unset QTDIR
export PATH="$PWD/qtbase/bin:$PWD/qtrepotools/bin:$PATH"
./configure -developer-build -opensource -nomake examples -nomake tests
./build -j 3
make module-qtconnectivity
qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question