summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/shm-emulation-server/shm-emulation-server.pro
blob: 56a1bac2156925b889c2878045b1bb9a0968d8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT = waylandcompositor waylandcompositor-private core-private gui-private

OTHER_FILES += shm-emulation-server.json

SOURCES += \
    main.cpp

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

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