summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-07 14:04:17 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-10 08:20:53 +0000
commit00fba62ce3e5bd00ba5e8ab6f5b7a71bdb93c6a1 (patch)
tree1a135ec31593b76c38849621f1d4ecc5508266d8 /examples/wayland/wayland.pro
parent762d384b806deb84072a5c7eb6b91afa1e150c1f (diff)
Rename QtCompositor to QtWaylandCompositor
enable building QtWaylandCompositor by default Change-Id: I7cf34052b304ca9fef55b7e30ef6a6367b5d75f1 Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>
Diffstat (limited to 'examples/wayland/wayland.pro')
-rw-r--r--examples/wayland/wayland.pro16
1 files changed, 6 insertions, 10 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index 6b9272fc8..29c9fff6c 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -1,14 +1,10 @@
TEMPLATE=subdirs
-#Only build compositor examples if we are building
-#the QtCompositor API
-contains(CONFIG, wayland-compositor) {
- SUBDIRS += qwindow-compositor
+SUBDIRS += qwindow-compositor
- qtHaveModule(quick) {
- SUBDIRS += qml-compositor
- }
-
- SUBDIRS += server-buffer
- SUBDIRS += pure-qml
+qtHaveModule(quick) {
+ SUBDIRS += qml-compositor
}
+
+SUBDIRS += server-buffer
+SUBDIRS += pure-qml