summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-09-14 10:52:07 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-14 05:06:33 +0200
commit732bfbe8e8445a95965874752e586887f1dcbbc1 (patch)
tree78ec8103ce27adbb40d16e90850975cf99534a11 /src/plugins
parent47bd72001912bade8676bb3c4cd5ad954fb994c0 (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/platforms/platforms.pro5
1 files changed, 4 insertions, 1 deletions
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
+}