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

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

OTHER_FILES += \
    brcm-egl.json

SOURCES += main.cpp

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