summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qlowenergycontroller.cpp')
-rw-r--r--src/bluetooth/qlowenergycontroller.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergycontroller.cpp b/src/bluetooth/qlowenergycontroller.cpp
index 6b4c17d6..14efe764 100644
--- a/src/bluetooth/qlowenergycontroller.cpp
+++ b/src/bluetooth/qlowenergycontroller.cpp
@@ -56,6 +56,8 @@
#include "qlowenergycontroller_android_p.h"
#elif defined(QT_WINRT_BLUETOOTH)
#include "qlowenergycontroller_winrt_p.h"
+#elif defined(QT_WIN_BLUETOOTH)
+#include "qlowenergycontroller_win_p.h"
#else
#include "qlowenergycontroller_p.h"
#endif
@@ -311,6 +313,8 @@ static QLowEnergyControllerPrivate *privateController(QLowEnergyController::Role
#elif defined(QT_WINRT_BLUETOOTH)
Q_UNUSED(role);
return new QLowEnergyControllerPrivateWinRT();
+#elif defined(QT_WIN_BLUETOOTH)
+ return new QLowEnergyControllerPrivateWin32();
#else
Q_UNUSED(role);
return new QLowEnergyControllerPrivateCommon();