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:
parent
e4726ae8ac
commit
2ba715bbfd
1033
src/tools/qtwaylandscanner/qtwaylandscanner.cpp
Normal file
1033
src/tools/qtwaylandscanner/qtwaylandscanner.cpp
Normal file
File diff suppressed because it is too large
Load Diff
8
src/tools/qtwaylandscanner/qtwaylandscanner.pro
Normal file
8
src/tools/qtwaylandscanner/qtwaylandscanner.pro
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
option(host_build)
|
||||||
|
|
||||||
|
HEADERS += qtwaylandscanner.h
|
||||||
|
|
||||||
|
SOURCES += qtwaylandscanner.cpp
|
||||||
|
|
||||||
|
load(qt_tool)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user