summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/client/client.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-04-27 11:21:25 +0200
committerJohan Helsing <johan.helsing@qt.io>2017-10-20 10:59:08 +0000
commitafde65de75db68995a0dc18eb6708c674fe88e4b (patch)
tree4c8359b076ef38c3e6e7a017447f48d2cd04ed6a /tests/auto/client/client/client.pro
parent88be2bcd67ba3588ae09e5a8c452543a3495d303 (diff)
Test client side xdg shell v6
Apart for some new mocking code for xdg shell v6, this is mostly a refactor of the existing test, to reuse the existing mocking code between the different shell integrations. Change-Id: I68f93ab12ac47e51a50fd69647286cab46a3c595 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'tests/auto/client/client/client.pro')
-rw-r--r--tests/auto/client/client/client.pro26
1 files changed, 3 insertions, 23 deletions
diff --git a/tests/auto/client/client/client.pro b/tests/auto/client/client/client.pro
index 34fc67474..edf80bb9b 100644
--- a/tests/auto/client/client/client.pro
+++ b/tests/auto/client/client/client.pro
@@ -1,24 +1,4 @@
-CONFIG += testcase link_pkgconfig
-TARGET = tst_client
-
-QT += testlib
-QT += core-private gui-private
-
-QMAKE_USE += wayland-client wayland-server
+include (../shared/shared.pri)
-CONFIG += wayland-scanner
-WAYLANDSERVERSOURCES += \
- ../../../../src/3rdparty/protocol/wayland.xml
-
-SOURCES += \
- tst_client.cpp \
- mockcompositor.cpp \
- mockinput.cpp \
- mockshell.cpp \
- mocksurface.cpp \
- mockoutput.cpp
-
-HEADERS += \
- mockcompositor.h \
- mockinput.h \
- mocksurface.h
+TARGET = tst_client
+SOURCES += tst_client.cpp