summaryrefslogtreecommitdiff
path: root/saprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'saprotocol.h')
-rw-r--r--saprotocol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/saprotocol.h b/saprotocol.h
index 469a293..3f38e05 100644
--- a/saprotocol.h
+++ b/saprotocol.h
@@ -3,7 +3,9 @@
#include <QtCore/QObject>
-#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
+#if QT_VERSION >= QT_VERSION_CHECK(5,2,0)
+#include <QtBluetooth/QBluetoothUuid>
+#elif QT_VERSION >= QT_VERSION_CHECK(5,0,0)
#include <QtBluetooth/QBluetoothUuid>
QT_USE_NAMESPACE_BLUETOOTH
#else