Missing modules in Qt 6.2.0 : serialport & bluetooth
-
According to this link: https://www.qt.io/blog/qt-6.2-lts-released ,
Qt 6.2 should have Bluetooth and SerialPort modules installed. But I am still getting "Project ERROR: Unknown module(s) in QT: serialport bluetooth"Does Qt 6.0.2 actually have those two modules? Or am I missing something?
Running Qt Creator 5.0.2 (Based on Qt 5.15.2)
Downloaded Qt 6.2.0 using the Maintenance Tool
-
According to this link: https://www.qt.io/blog/qt-6.2-lts-released ,
Qt 6.2 should have Bluetooth and SerialPort modules installed. But I am still getting "Project ERROR: Unknown module(s) in QT: serialport bluetooth"Does Qt 6.0.2 actually have those two modules? Or am I missing something?
Running Qt Creator 5.0.2 (Based on Qt 5.15.2)
Downloaded Qt 6.2.0 using the Maintenance Tool
@sidthatsmoi Should work. Did you make sure you're using Qt6.2 to build your project and did you also make sure to make a complete rebuild (delete build folder, run qmake and build)?
-
My bad. The Bluetooth and SerialPort modules are now separately downloadable under "Additional Libraries" under Qt 6.2.0 in the Maintenance Tool. Downloaded them and now works. Thanks!