BluezQt Installation Instructions

Download 

git clone git://anongit.kde.org/bluez-qt.git

Dependencies

  • ECM 5.64.0
  • Qt5DBus
  • Qt5Network
  • Qt5Test optional
  • Qt5Qml optional
  • Qt5QuickTest optional

Usage

CMake:

find_package(KF5BluezQt)
target_link_libraries(yourapp KF5::BluezQt)

 

qmake: 

QT += BluezQt 

Back to Qt Marketplace