summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/wayland-egl/wayland-egl.pro
blob: 409cd37d7c73e9d22890a6017485553fc76ffbc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += waylandclient-private

include(../../../../hardwareintegration/client/wayland-egl/wayland-egl.pri)

OTHER_FILES += \
    wayland-egl.json

SOURCES += main.cpp

TARGET = qt-plugin-wayland-egl

PLUGIN_TYPE = wayland-graphics-integration-client
PLUGIN_CLASS_NAME = QWaylandEglClientBufferPlugin
load(qt_plugin)