diff options
author | Paul Olav Tvete <paul.tvete@qt.io> | 2017-04-25 15:21:26 +0200 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@qt.io> | 2017-04-27 13:00:55 +0000 |
commit | 32e8595d494ce3313944bb949aaf935bc1bd03dd (patch) | |
tree | 87ce7a5288f1bacdeca9df3cc12dd3d0bd04636e /examples | |
parent | 69bbd62a3c93f8142f57ad764db29ecaabbb0ff7 (diff) | |
download | qtwayland-32e8595d494ce3313944bb949aaf935bc1bd03dd.tar.gz |
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>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/wayland/wayland.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro index 87678580..de3a3824 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) { |