Index: denali.pro =================================================================== diff -u -rf68b226e67eb500758ee94fe015df48931240013 -r4a95b249fb87bf69d909452ba374c794b89d423b --- denali.pro (.../denali.pro) (revision f68b226e67eb500758ee94fe015df48931240013) +++ denali.pro (.../denali.pro) (revision 4a95b249fb87bf69d909452ba374c794b89d423b) @@ -1,4 +1,4 @@ -QT += qml quick serialbus concurrent charts bluetooth +QT += qml quick serialbus concurrent charts bluetooth dbus CONFIG += c++17 warn_on # CONFIG += disable-desktop QMAKE_CXXFLAGS += -Wall -Werror -Wextra -Wimplicit-fallthrough=3 # -save-temps # see .ii @@ -107,6 +107,8 @@ common/HDDefs.h \ common/MsgDefs.h \ \ # Main + sources/bluetooth/Agent1Adapter.h \ + sources/bluetooth/BluetoothPairingAgent.h \ sources/main.h \ sources/Threads.h \ sources/MainTimer.h \ @@ -378,6 +380,8 @@ sources/MainTimer.cpp \ sources/AlarmGenerator.cpp \ sources/ApplicationPost.cpp \ + sources/bluetooth/Agent1Adapter.cpp \ + sources/bluetooth/BluetoothPairingAgent.cpp \ sources/device/DeviceError.cpp \ \ # Controllers sources/ApplicationController.cpp \