summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-10-09 12:39:08 +0200
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2014-10-09 15:51:22 +0200
commit5558b42ff8536efdacb94b85a9bd4a00217314df (patch)
tree191d0866c52187a03e4cfa4561fc28162468adf5 /examples/wayland/wayland.pro
parentfcb6e62109abc3660b05117781526ed9957c2e45 (diff)
Move examples into wayland subdirectory.v5.4.0-beta1
Conforming to the Qt project directory structure. Change-Id: I452867fabc88e9594fa26f944b5d3e1ca4ffc720 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/wayland/wayland.pro')
-rw-r--r--examples/wayland/wayland.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
new file mode 100644
index 000000000..d633fb924
--- /dev/null
+++ b/examples/wayland/wayland.pro
@@ -0,0 +1,13 @@
+TEMPLATE=subdirs
+
+#Only build compositor examples if we are building
+#the QtCompositor API
+contains(CONFIG, wayland-compositor) {
+ SUBDIRS += qwindow-compositor
+
+ qtHaveModule(quick) {
+ SUBDIRS += qml-compositor
+ }
+
+ SUBDIRS += server-buffer
+}