summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro
blob: 53f7af8aab8c6a478ade7bd4b0f03acdb50cdbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT = waylandcompositor waylandcompositor-private core-private gui-private

OTHER_FILES += brcm-egl.json

SOURCES += \
    main.cpp

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

PLUGIN_TYPE = wayland-graphics-integration-server
PLUGIN_CLASS_NAME = QWaylandBrcmClientBufferIntegrationPlugin
load(qt_plugin)