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

OTHER_FILES += brcm-egl.json

SOURCES += \
    main.cpp

TARGET = qt-wayland-compositor-brcm-egl

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

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