From 75a66c3d76fe88c9efa22655e75e196d8ec17036 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Fri, 30 Sep 2011 09:13:32 +0200 Subject: Moving wayland plugin to the qtwayland submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The wayland platform plugin now lives in its own Qt module, together with the qtcompositor library. Change-Id: I4e85292cf41da4ef021ea832545ac37f5ed4e991 Reviewed-on: http://codereview.qt-project.org/5836 Reviewed-by: Qt Sanity Bot Reviewed-by: Samuel Rødal Reviewed-by: Andy Nichols --- src/plugins/platforms/platforms.pro | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/plugins/platforms/platforms.pro') diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index ac001b665b..c2e6d8cea7 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -2,10 +2,6 @@ TEMPLATE = subdirs SUBDIRS += minimal -contains(QT_CONFIG, wayland) { - SUBDIRS += wayland -} - contains(QT_CONFIG, xcb) { SUBDIRS += xcb } -- cgit v1.2.3