summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/shared/shared.pri
blob: c86183b3d62f1742924aaeb9e37f15a333537bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
QT += testlib waylandclient-private
CONFIG += testcase wayland-scanner
QMAKE_USE += wayland-server

WAYLANDSERVERSOURCES += \
    $$PWD/../../../../src/3rdparty/protocol/wayland.xml \
    $$PWD/../../../../src/3rdparty/protocol/xdg-shell.xml \
    $$PWD/../../../../src/3rdparty/protocol/text-input-unstable-v2.xml

INCLUDEPATH += ../shared

HEADERS += \
    $$PWD/corecompositor.h \
    $$PWD/coreprotocol.h \
    $$PWD/datadevice.h \
    $$PWD/mockcompositor.h \
    $$PWD/xdgshell.h \
    $$PWD/textinput.h

SOURCES += \
    $$PWD/corecompositor.cpp \
    $$PWD/coreprotocol.cpp \
    $$PWD/datadevice.cpp \
    $$PWD/mockcompositor.cpp \
    $$PWD/xdgshell.cpp \
    $$PWD/textinput.cpp