From 9d8f7bcaa1af245bc3d870cd2ff0653f3ff89157 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 28 Sep 2016 17:36:44 +0200 Subject: clean up freetype conditionals there is no point in testing !win32 explicitly any more, as configure will take this into account already. Change-Id: Idfca46feece6451509b405a4afc2b7205667c5bb Reviewed-by: Jake Petroules --- src/plugins/platforms/platforms.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index 938e63d95a..2a6e059243 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -5,7 +5,7 @@ android: SUBDIRS += android !android: SUBDIRS += minimal -!android:if(!win32|qtConfig(freetype)): SUBDIRS += offscreen +!android:qtConfig(freetype): SUBDIRS += offscreen qtConfig(xcb) { SUBDIRS += xcb -- cgit v1.2.3