summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland_common/wayland_common.pro
blob: cd40a18246580074a1a5e7aee37faec91d4b92d1 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
TEMPLATE = lib
CONFIG += staticlib

include ($$PWD/wayland_common_share.pri)

SOURCES +=  qwaylandintegration.cpp \
            qwaylandnativeinterface.cpp \
            qwaylandshmbackingstore.cpp \
            qwaylandinputdevice.cpp \
            qwaylandcursor.cpp \
            qwaylanddisplay.cpp \
            qwaylandwindow.cpp \
            qwaylandscreen.cpp \
            qwaylandshmwindow.cpp \
            qwaylandclipboard.cpp \
            qwaylanddnd.cpp \
            qwaylanddataoffer.cpp \
            qwaylanddatadevicemanager.cpp \
            qwaylanddatasource.cpp \
            qwaylandshellsurface.cpp \
            qwaylandextendedoutput.cpp \
            qwaylandextendedsurface.cpp \
            qwaylandsubsurface.cpp \
            qwaylandtouch.cpp \
            qwaylandqtkey.cpp \
            ../../../shared/qwaylandmimehelper.cpp \
            qwaylanddecoration.cpp \
            qwaylandeventthread.cpp\
            qwaylandwindowmanagerintegration.cpp \
            qwaylandinputcontext.cpp \
            qwaylanddatadevice.cpp \

HEADERS +=  qwaylandintegration.h \
            qwaylandnativeinterface.h \
            qwaylandcursor.h \
            qwaylanddisplay.h \
            qwaylandwindow.h \
            qwaylandscreen.h \
            qwaylandshmbackingstore.h \
            qwaylandinputdevice.h \
            qwaylandbuffer.h \
            qwaylandshmwindow.h \
            qwaylandclipboard.h \
            qwaylanddnd.h \
            qwaylanddataoffer.h \
            qwaylanddatadevicemanager.h \
            qwaylanddatasource.h \
            qwaylandshellsurface.h \
            qwaylandextendedoutput.h \
            qwaylandextendedsurface.h \
            qwaylandsubsurface.h \
            qwaylandtouch.h \
            qwaylandqtkey.h \
            ../../../shared/qwaylandmimehelper.h \
            qwaylanddecoration.h \
            qwaylandeventthread.h \
            qwaylandwindowmanagerintegration.h \
            qwaylandinputcontext.h \
            qwaylanddatadevice.h \

contains(DEFINES, QT_WAYLAND_GL_SUPPORT) {
    SOURCES += qwaylandglintegration.cpp
    HEADERS += qwaylandglintegration.h
}

CONFIG += wayland-scanner
WAYLANDCLIENTSOURCES += \
            ../../../extensions/surface-extension.xml \
            ../../../extensions/sub-surface-extension.xml \
            ../../../extensions/output-extension.xml \
            ../../../extensions/touch-extension.xml \
            ../../../extensions/qtkey-extension.xml \
            ../../../extensions/windowmanager.xml \
            ../../../3rdparty/protocol/text.xml \

PLUGIN_TYPE = platforms

load(qt_common)