summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2013-04-09 16:52:59 +0200
committerJørgen Lind <jorgen.lind@digia.com>2013-04-17 09:30:31 +0200
commit05d054ad7207764293525661876ebc689940a15c (patch)
tree192bd81afc1acb656155ccbfcfc8ac92feafdacc /src/src.pro
parente5601d283c4d9a5c43352b6f1acd0e1968a31b83 (diff)
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>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 2 insertions, 0 deletions
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