summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/dmabuf-server/dmabuf-server.pro
blob: d96e58135e3405dd272c151e52d917e0230ac88b (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 += dmabuf-server.json

SOURCES += \
    main.cpp

TARGET = qt-wayland-compositor-dmabuf-server-buffer

include(../../../../hardwareintegration/compositor/dmabuf-server/dmabuf-server.pri)

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