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

SOURCES += \
    main.cpp

TARGET = qt-wayland-compositor-shm-emulation-server

include($PWD/../../../../../hardwareintegration/compositor/shm-emulation-server/shm-emulation-server.pri)

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