From 732bfbe8e8445a95965874752e586887f1dcbbc1 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 14 Sep 2011 10:52:07 +1000 Subject: Windows: disable the (currently broken) Windows platform plugin This plugin currently refers to some API which does not exist (focusObject). It has no chance to compile for anyone. Disable it until fixed. Change-Id: I3b74b61bf5f73ba06ff73375b233a4e4ca6c1678 Reviewed-on: http://codereview.qt-project.org/4843 Reviewed-by: Qt Sanity Bot Reviewed-by: Kalle Lehtonen --- src/plugins/platforms/platforms.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index ac001b665b..32f5336c14 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -14,4 +14,7 @@ mac { SUBDIRS += cocoa } -win32: SUBDIRS += windows +win32 { + warning(Windows platform plugin is currently not working) + #SUBDIRS += windows +} -- cgit v1.2.3