summaryrefslogtreecommitdiffstats
path: root/src/plugins/waylandcompositors/brcm-egl/brcm-egl.pro
blob: 401d6d461b0672c0d73f25ecd3248455133abd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PLUGIN_TYPE = waylandcompositors
load(qt_plugin)

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

OTHER_FILES += wayland_egl.json

LIBS += -lEGL

SOURCES += \
    brcmeglintegration.cpp \
    brcmbuffer.cpp \
    main.cpp


HEADERS += \
    brcmeglintegration.h \
    brcmbuffer.h

OTHER_FILES += brcm-egl.json

WAYLANDSERVERSOURCES += $$PWD/../../../extensions/brcm.xml