Introduced qtwaylandscanner.

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 <oswald.buddenhagen@digia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
This commit is contained in:
Samuel Rødal 2013-04-09 16:52:59 +02:00 committed by Jørgen Lind
parent e4726ae8ac
commit 2ba715bbfd
2 changed files with 1041 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
option(host_build)
HEADERS += qtwaylandscanner.h
SOURCES += qtwaylandscanner.cpp
load(qt_tool)