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 --- sapbtpeer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sapbtpeer.h') diff --git a/sapbtpeer.h b/sapbtpeer.h index cc060f8..da77f22 100644 --- a/sapbtpeer.h +++ b/sapbtpeer.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