diff options
author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2020-01-22 12:39:59 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@qt.io> | 2020-01-30 15:11:21 +0100 |
commit | 1cb12268b48606bf183e5ea1211ac03204b633db (patch) | |
tree | 0258f752682c2693628afb9140bdf9b6d7e1c04f /examples | |
parent | ac0d78749775565a95f45de261a38c8e5a09d12c (diff) | |
download | qtwayland-1cb12268b48606bf183e5ea1211ac03204b633db.tar.gz |
Fix build: Add dependency on OpenGL module
Several of the QOpenGL* classes we depend on has moved to QtOpenGL, add
the dependency and fix the include paths.
Task-number: QTBUG-74409
Change-Id: Iab7949dd67befaa71cf2cfa041771e93f4e47160
Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/wayland/server-buffer/cpp-client/cpp-client.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/server-buffer/cpp-client/cpp-client.pro b/examples/wayland/server-buffer/cpp-client/cpp-client.pro index 7f785f98..01dc18a0 100644 --- a/examples/wayland/server-buffer/cpp-client/cpp-client.pro +++ b/examples/wayland/server-buffer/cpp-client/cpp-client.pro @@ -1,4 +1,4 @@ -QT += waylandclient-private gui-private +QT += waylandclient-private gui-private opengl CONFIG += wayland-scanner WAYLANDCLIENTSOURCES += ../share-buffer.xml |