summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/shm-emulation-server/shm-emulation-server.pro
blob: 9e9319d2535ceb9438f33a81789978efa5cce4e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# We have a bunch of C code with casts, so we can't have this option
QMAKE_CXXFLAGS_WARN_ON -= -Wcast-qual

QT += waylandclient-private opengl

include(../../../../hardwareintegration/client/shm-emulation-server/shm-emulation-server.pri)

OTHER_FILES += \
    shm-emulation-server.json

SOURCES += main.cpp

PLUGIN_TYPE = wayland-graphics-integration-client
PLUGIN_CLASS_NAME = ShmServerBufferPlugin
load(qt_plugin)