From 4ebe966c03c691b27d85e76388c418fc6b7135bc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 18 Oct 2013 14:35:55 +0200 Subject: [PATCH] explicitly request wayland-scanner feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit having qtbase include it for everyone is wasteful, so do it here explicitly. Change-Id: I9bf39a48fe3323aaa5471a638760ac61a61de683 Reviewed-by: Joerg Bornemann Reviewed-by: Jørgen Lind --- tests/auto/wayland/client.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/wayland/client.pro b/tests/auto/wayland/client.pro index 448f7d5161c..eaf6c6e9586 100644 --- a/tests/auto/wayland/client.pro +++ b/tests/auto/wayland/client.pro @@ -10,6 +10,7 @@ QT += core-private gui-private LIBS += -lwayland-client -lwayland-server } +CONFIG += wayland-scanner WAYLANDSERVERSOURCES += \ ../../../src/3rdparty/protocol/wayland.xml