installing Qbluetooth module
-
wrote on 23 Sept 2019, 07:01 last edited by
Hello,
I m trying to cross-compile a project which has Qbluetooth library from my Ubuntu 16.04 to RPI 3b+. I want to use onboard bluetooth to send data to other bluetooths in range.
but i always get this error:
":-1: error: Unknown module(s) in QT: bluetooth"
i tried installing different libraries:
sudo apt-get install libbluetooth-dev
sudo apt-get install qt5-default
sudo apt-get build-dep qt5-qmake
in ubuntu as well as RPi.
but nothing work.
and also is there a specific directory where i have to install above beacuse i am installing in home directory.
thank you for your time.. -
Hi,
Aren't you missing the libqt5bluetooth5 package ?
-
Hi,
Aren't you missing the libqt5bluetooth5 package ?
wrote on 30 Sept 2019, 09:36 last edited by@SGaist
ohk,
I will try this:
sudo apt-get install libqt5bluetooth5. -
@SGaist
ohk,
I will try this:
sudo apt-get install libqt5bluetooth5.wrote on 30 Sept 2019, 09:41 last edited by vishbynatureohk it did not work.
Are there any other libraries to install?
@SGaist -
ohk it did not work.
Are there any other libraries to install?
@SGaistwrote on 30 Sept 2019, 13:13 last edited by@vishbynature please don't double post.
Since you stated you're cross-compiling please keep posting on that other topic since it looks more relevant (and you also were able to build the module...)
-
On this thread you seem to try your distribution provided Qt, correct ?
-
wrote on 1 Oct 2019, 12:04 last edited by
@SGaist
yes. at that time i did not know about Qtconnectivity module. -
Hi,
Aren't you missing the libqt5bluetooth5 package ?
wrote on 17 Jan 2022, 05:53 last edited by@SGaist how to install it on windows?
-
@SGaist how to install it on windows?
@CodeinSipper said in installing Qbluetooth module:
how to install it on windows?
Using Qt Maintenance Tool from your Qt set-up.