From 70a8761f6c059d18169b6565886dc9159dabebd3 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Fri, 24 Jan 2014 10:59:52 +0100 Subject: Skip compilation on WinRT Still allow creating documentation like on other platforms. Change-Id: Ie09ec71bca129d7194c19883cc5f4893fd650663 Reviewed-by: Oliver Wolff --- qtactiveqt.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtactiveqt.pro') diff --git a/qtactiveqt.pro b/qtactiveqt.pro index 5543434..0e9e462 100644 --- a/qtactiveqt.pro +++ b/qtactiveqt.pro @@ -1,7 +1,7 @@ CONFIG += tests_need_tools load(qt_parts) -!win32 { - message("ActiveQt is a Windows-only module. Will just generate a docs target.") +!win32|winrt { + message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.") SUBDIRS = src } -- cgit v1.2.3