Qt5--Bluetooth

使用Qt里面自带的Bluetooth例程,无一例外全部失败!环境为:

  • windows10 专业版
  • 版本号1803
  • Qt 5.9.1
  • 编译器:MinGW 5.3.0 32bit

网上看到说MinGW不支持Windows下的蓝牙模块,于是果断卸载了Qt重新安装了Qt 编译器换成了MSVC 2017 64bit,然而,还是没有半点卵用。

在stackoverflow :https://stackoverflow.com/questions/6992333/does-qt-support-the-windows-bluetooth-api 上看到

Qt5--Bluetooth_第1张图片
然后,看一下我的Qt版本,发现我的是Qt 5.9.1 ,呵呵呵,好吧,我又把Qt给卸了,重新装了一个Qt 5.11.2,再装了两个编译器,MSVC2017 64bit 和 MinGW 5.3.0 32bit。
再次编译,可以了,再没有报那个错误了 (qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.)。

  • windows10 专业版
  • 版本号1803
  • Qt 5.11.2
  • 编译器:MSVC2017 64bit

你可能感兴趣的:(Qt)