summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/wayland-eglstream-controller/wayland-eglstream-controller.pro
blob: 6d259a687adea8723a3bd520a58ccf7d7463daea (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 = QWaylandEglStreamBufferIntegrationPlugin
load(qt_plugin)