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 +}