summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2016-12-08 13:44:13 +0100
committerJohan Helsing <johan.helsing@qt.io>2016-12-08 14:19:32 +0000
commit2a47c83674a8e19b287cc731cbe814ca411f269f (patch)
tree32320fccc54810162124d65936fa1bd49e7c5f0b /src/client/client.pro
parentac505a6b8b6e19d1d8ac8c8f0bcb4aab003b0060 (diff)
Fix broken HEADERS list in client.pro
Change-Id: I67fa756f584577028a90706609bc6485ee98b126 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/client/client.pro')
-rw-r--r--src/client/client.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 04f055e6a..7d602086b 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -53,6 +53,7 @@ SOURCES += qwaylandintegration.cpp \
qwaylandxdgsurface.cpp \
qwaylandxdgpopup.cpp \
qwaylandxdgshellintegration.cpp \
+ qwaylandxdgshellv6.cpp \
qwaylandxdgshellv6integration.cpp \
qwaylandextendedsurface.cpp \
qwaylandsubsurface.cpp \
@@ -69,7 +70,6 @@ SOURCES += qwaylandintegration.cpp \
qwaylanddatadevice.cpp \
qwaylandshm.cpp \
qwaylandbuffer.cpp \
- qwaylandxdgshellv6.cpp \
HEADERS += qwaylandintegration_p.h \
qwaylandnativeinterface_p.h \
@@ -93,6 +93,7 @@ HEADERS += qwaylandintegration_p.h \
qwaylandxdgsurface_p.h \
qwaylandxdgpopup_p.h \
qwaylandxdgshellintegration_p.h \
+ qwaylandxdgshellv6_p.h \
qwaylandxdgshellv6integration_p.h \
qwaylandextendedsurface_p.h \
qwaylandsubsurface_p.h \
@@ -110,8 +111,7 @@ HEADERS += qwaylandintegration_p.h \
../shared/qwaylandinputmethodeventbuilder_p.h \
../shared/qwaylandmimehelper_p.h \
../shared/qwaylandxkb_p.h \
- ../shared/qwaylandsharedmemoryformathelper_p.h
- qwaylandxdgshellv6_p.h \
+ ../shared/qwaylandsharedmemoryformathelper_p.h \
include(hardwareintegration/hardwareintegration.pri)
include(shellintegration/shellintegration.pri)