summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/brcm-egl/brcm-egl.pro
blob: 1608004fe73bc5e35f628cca1e28295d93422308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PLUGIN_TYPE = wayland-graphics-integration-server
load(qt_plugin)

QT = compositor compositor-private core-private gui-private

OTHER_FILES += brcm-egl.json

LIBS += -lEGL

SOURCES += \
    main.cpp

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