summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@kdab.com>2016-07-02 10:57:16 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2016-12-02 15:23:19 +0000
commit542c6392ca52f86bd5fffb6141e93ad2a1ab8fcb (patch)
treef8d7b711890db3b8857c90914589186985241b64 /src/client/client.pro
parent74e146ac208dcbfc34c99d903e9827ef2b932046 (diff)
Add xdg_shell_v6 support for Qt clients
Task-number: QTBUG-56174 Change-Id: I6610905d0c9f29be29e812bcac193ea2a7e4f107 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 7482cfd6b..04f055e6a 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -30,6 +30,7 @@ WAYLANDCLIENTSOURCES += \
../extensions/qt-windowmanager.xml \
../3rdparty/protocol/text-input-unstable-v2.xml \
../3rdparty/protocol/xdg-shell.xml \
+ ../3rdparty/protocol/xdg-shell-unstable-v6.xml \
SOURCES += qwaylandintegration.cpp \
qwaylandnativeinterface.cpp \
@@ -52,6 +53,7 @@ SOURCES += qwaylandintegration.cpp \
qwaylandxdgsurface.cpp \
qwaylandxdgpopup.cpp \
qwaylandxdgshellintegration.cpp \
+ qwaylandxdgshellv6integration.cpp \
qwaylandextendedsurface.cpp \
qwaylandsubsurface.cpp \
qwaylandtouch.cpp \
@@ -67,6 +69,7 @@ SOURCES += qwaylandintegration.cpp \
qwaylanddatadevice.cpp \
qwaylandshm.cpp \
qwaylandbuffer.cpp \
+ qwaylandxdgshellv6.cpp \
HEADERS += qwaylandintegration_p.h \
qwaylandnativeinterface_p.h \
@@ -90,6 +93,7 @@ HEADERS += qwaylandintegration_p.h \
qwaylandxdgsurface_p.h \
qwaylandxdgpopup_p.h \
qwaylandxdgshellintegration_p.h \
+ qwaylandxdgshellv6integration_p.h \
qwaylandextendedsurface_p.h \
qwaylandsubsurface_p.h \
qwaylandtouch_p.h \
@@ -107,6 +111,7 @@ HEADERS += qwaylandintegration_p.h \
../shared/qwaylandmimehelper_p.h \
../shared/qwaylandxkb_p.h \
../shared/qwaylandsharedmemoryformathelper_p.h
+ qwaylandxdgshellv6_p.h \
include(hardwareintegration/hardwareintegration.pri)
include(shellintegration/shellintegration.pri)