From: Rohan McGovern Date: Wed, 14 Sep 2011 00:52:07 +0000 (+1000) Subject: Windows: disable the (currently broken) Windows platform plugin X-Git-Tag: qt-v5.0.0-alpha1~3618 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=732bfbe8e8445a95965874752e586887f1dcbbc1;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index ac001b6..32f5336 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 +}