From 05d054ad7207764293525661876ebc689940a15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Tue, 9 Apr 2013 16:52:59 +0200 Subject: Introduced qtwaylandscanner. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generates C++ headers with Qt types based on the Wayland XML protocol files, to reduce a lot of code duplication in all the places that interface between Qt and the wayland protocol headers. Change-Id: I34a4417d3d3d0238de2f2f74986855d097b50ec9 Reviewed-by: Oswald Buddenhagen Reviewed-by: Jørgen Lind --- src/src.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index a12622d57..ac4e62aa4 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,6 +1,8 @@ TEMPLATE=subdirs CONFIG+=ordered +SUBDIRS += qtwaylandscanner + #Don't build QtCompositor API unless explicitly enabled contains(CONFIG, wayland-compositor) { SUBDIRS += compositor -- cgit v1.2.3