summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-04-25 15:21:26 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2017-04-27 13:00:55 +0000
commit32e8595d494ce3313944bb949aaf935bc1bd03dd (patch)
tree87ce7a5288f1bacdeca9df3cc12dd3d0bd04636e
parent69bbd62a3c93f8142f57ad764db29ecaabbb0ff7 (diff)
Include minimal-cpp example in build
Fix accidental qmake syntax error made when porting to new build system. Change-Id: Icc30712c6992bd953f36f393697614b22f5ab48a Reviewed-by: Johan Helsing <johan.helsing@qt.io>
-rw-r--r--examples/wayland/wayland.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro
index 876785808..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) {