summaryrefslogtreecommitdiffstats
path: root/examples/wayland/wayland.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-06-07 12:07:44 +0200
committerLiang Qi <liang.qi@qt.io>2017-06-07 13:52:32 +0200
commite6c944939f88afe852d2d0a604fd9815c409f2eb (patch)
tree644736aa8a6235dd1db6e1cef18ee1aec28439da /examples/wayland/wayland.pro
parentdbf418dce41fe08368d38a098a771348a5b3d0fd (diff)
parent4934b87156a889584a34e36c22abd9aee64cef7e (diff)
Merge remote-tracking branch 'origin/5.9' into dev
Conflicts: .qmake.conf src/client/qwaylandwindow.cpp Change-Id: I3ae070ff20df4b858a4eef769438092c061e47ef
Diffstat (limited to 'examples/wayland/wayland.pro')
-rw-r--r--examples/wayland/wayland.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index 6024dd2dd..de3a38249 100644
--- a/examples/wayland/wayland.pro
+++ b/examples/wayland/wayland.pro
@@ -3,7 +3,7 @@ requires(qtConfig(opengl))
TEMPLATE=subdirs
SUBDIRS += \
- qwindow-compositor
+ qwindow-compositor \
minimal-cpp
qtHaveModule(quick) {
@@ -15,7 +15,6 @@ qtHaveModule(quick) {
SUBDIRS += ivi-compositor
qtHaveModule(waylandclient) {
SUBDIRS += \
- custom-extension \
- server-buffer
+ custom-extension
}
}