From 4f1ab4d73b25e983991e310206237fd9b6474130 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Mon, 7 Jul 2014 11:58:34 +0200 Subject: Correct WinRT exclusion to top-level pro file So far only the module was excluded, but not the examples. Adopt to a style which has been approved for other modules as well by using requires. Change-Id: I8a8bbeb8c5db1bdb2e508da0988a38bbb1789986 Reviewed-by: Oliver Wolff Reviewed-by: Denis Shienkov Reviewed-by: Oswald Buddenhagen --- qtserialport.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtserialport.pro') diff --git a/qtserialport.pro b/qtserialport.pro index 445fe18..3220d2f 100644 --- a/qtserialport.pro +++ b/qtserialport.pro @@ -1,3 +1,5 @@ +requires(!winrt) + lessThan(QT_MAJOR_VERSION, 5) { TEMPLATE = subdirs SUBDIRS = src examples tests -- cgit v1.2.1