Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project ERROR: Unknown module(s) in QT: bluetooth

Tags:

c++

qt

bluetooth

I’ve just try to run my program, which use bluetooth and bluetooth modues. The program runs on Linux it gives an error:

Project ERROR: Unknown module(s) in QT: bluetooth

Can anybody help me, please? I tried to fix it for about a day, but i really do not know what to do.

(with QT creator 3.2.1 based on QT 5.3.1)

like image 623
Alper Tolga Gündüz Ay Avatar asked Dec 09 '22 06:12

Alper Tolga Gündüz Ay


1 Answers

You should install qtconnectivity5-dev

like image 141
trivelt Avatar answered Dec 10 '22 20:12

trivelt