From 70c22cb89f1c923c71cbc1a477c862fd947161e6 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 8 Dec 2014 08:50:09 +0100 Subject: Fix broken wince builds The qmake guards were completely wrong. The wince code was removed from the source base but qmake was never told to exclude wince from the build. Backport of same change from 5.5 branch Change-Id: I515c828231d02c3e2016a3a2283d1961ecde8701 Reviewed-by: Friedemann Kleint --- qtactiveqt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtactiveqt.pro') diff --git a/qtactiveqt.pro b/qtactiveqt.pro index 039aaad..83d709a 100644 --- a/qtactiveqt.pro +++ b/qtactiveqt.pro @@ -3,5 +3,5 @@ load(qt_parts) !win32|winrt|wince { message("ActiveQt is a Windows Desktop-only module. Will just generate a docs target.") - SUBDIRS = src } +SUBDIRS = src -- cgit v1.2.1