summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/qml-client
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-04-24 14:01:01 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-04-25 04:28:29 +0000
commitf8a16e0edb11d3acc7f2448a4bcd0eb9606b39dc (patch)
tree25ef69c835f9fd9badc27ed43dbf785f1d863c08 /examples/wayland/custom-extension/qml-client
parent434f3e9a952b5858abc1f0ed1179ea5d2fca6a19 (diff)
Remove waylandclient-private dependency from custom-extension example
We really only depend on gui-private. Change-Id: Ic774cf94d8d94194c26d3852206ecff488948196 Reviewed-by: Drew DeVault <qt@cmpwn.com> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'examples/wayland/custom-extension/qml-client')
-rw-r--r--examples/wayland/custom-extension/qml-client/qml-client.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/custom-extension/qml-client/qml-client.pro b/examples/wayland/custom-extension/qml-client/qml-client.pro
index d45067e5a..a8fa420af 100644
--- a/examples/wayland/custom-extension/qml-client/qml-client.pro
+++ b/examples/wayland/custom-extension/qml-client/qml-client.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-QT += qml quick waylandclient-private
+QT += qml quick waylandclient gui-private
CONFIG += wayland-scanner
WAYLANDCLIENTSOURCES += ../protocol/custom.xml