summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/wayland.pro
blob: ec3f9d3682c7b9cd213207dc2ea40bf97ef1c067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET = qwayland
include(../../qpluginbase.pri)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms

SOURCES =   main.cpp \
            qwaylandintegration.cpp \
            qwaylandwindowsurface.cpp \
            qwaylandinputdevice.cpp

HEADERS =   qwaylandintegration.h \
            qwaylandwindowsurface.h

contains(QT_CONFIG, opengl) {
    QT += opengl
}
LIBS += -lwayland-client -ldrm -lxkbcommon -lEGL -lGLESv2

include (../fontdatabases/fontconfig/fontconfig.pri)

target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target