From 9949c02b0f814ad94a27864a5c39689f090299b6 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 23 Nov 2014 19:53:30 +0100 Subject: port to sailfish with qt 5.2 --- saprotocol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'saprotocol.h') diff --git a/saprotocol.h b/saprotocol.h index 469a293..3f38e05 100644 --- a/saprotocol.h +++ b/saprotocol.h @@ -3,7 +3,9 @@ #include -#if QT_VERSION >= QT_VERSION_CHECK(5,0,0) +#if QT_VERSION >= QT_VERSION_CHECK(5,2,0) +#include +#elif QT_VERSION >= QT_VERSION_CHECK(5,0,0) #include QT_USE_NAMESPACE_BLUETOOTH #else -- cgit v1.2.3