From 34797c33207cebfba333fd711bd41798059212bd Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Mon, 13 Feb 2017 11:51:31 -0800 Subject: Exclude qtserialport build from tvOS and watchOS If it doesn't work on iOS, it won't work on those platforms either. Change-Id: Ie4109eda9ce83339435fb3e221e4bcbbeadac821 Reviewed-by: Denis Shienkov --- qtserialport.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtserialport.pro b/qtserialport.pro index 95eb99b..11859de 100644 --- a/qtserialport.pro +++ b/qtserialport.pro @@ -4,7 +4,7 @@ lessThan(QT_MAJOR_VERSION, 5) { } requires(!winrt) -requires(!ios) +requires(!uikit) load(configure) qtCompileTest(ntddmodm) -- cgit v1.2.1