summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/wayland-eglstream-controller/wayland-eglstream-controller.pro
blob: f1ca7183a4b441d1e7743e46e886b35ac9826aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT = waylandcompositor waylandcompositor-private core-private gui-private

OTHER_FILES += wayland-eglstream-controller.json

SOURCES += \
    main.cpp \

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

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