summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qwayland-brcm-egl/qwayland-brcm-egl.pro
blob: 6455aa31175b95876939f2953ec298690f7246fd (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 += \
    qwayland-brcm-egl.json

SOURCES += main.cpp

PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QWaylandBrcmEglPlatformIntegrationPlugin
load(qt_plugin)