summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/shm-emulation-server/shm-emulation-server.pro
blob: 865af1a7d080f2a97b540a982071753e4c34405a (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(../../../../hardwareintegration/compositor/shm-emulation-server/shm-emulation-server.pri)

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