summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/drm-egl-server/drm-egl-server.pro
blob: 29a48c9e6e79b0e2cba47256f366801225e08ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

include(../../../../hardwareintegration/client/drm-egl-server/drm-egl-server.pri)

OTHER_FILES += \
    drm-egl-server.json

SOURCES += main.cpp

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