From b9362903b339e57362a7a3296904504521d0e26f Mon Sep 17 00:00:00 2001 From: Louai Al-Khanji Date: Wed, 4 Dec 2013 13:40:23 +0200 Subject: Add new direct2d platform plugin This is an alternative plugin for the windows platform. It shares most code with the current windows plugin, but substitutes a direct2d-based paint engine for window backing stores and pixmaps. Change-Id: I78fafd9c5871fa090b49436f5b40ec80f8789f8b Reviewed-by: Friedemann Kleint --- src/plugins/platforms/platforms.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/platforms/platforms.pro') diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index 4a7c3b279f..584efa1665 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -18,6 +18,10 @@ mac { win32:!winrt: SUBDIRS += windows winrt: SUBDIRS += winrt +contains(QT_CONFIG, direct2d) { + SUBDIRS += direct2d +} + qnx { SUBDIRS += qnx } -- cgit v1.2.3