summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/wayland-eglstream-controller/wayland-eglstream-controller.pro
blob: 0d1bfb0ea9dbd8396a9628d0ba3cfa272298d3cc (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 += wayland-eglstream-controller.json

SOURCES += \
    main.cpp \

TARGET = qt-wayland-compositor-wayland-eglstream-controller

include(../../../../hardwareintegration/compositor/wayland-eglstream-controller/wayland-eglstream-controller.pri)

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