summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/dmabuf-server/dmabuf-server.pro
blob: 5771d5705b17755d6942a80547bad38a4b69e5c7 (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($PWD/../../../../../hardwareintegration/compositor/dmabuf-server/dmabuf-server.pri)

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