summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pro
blob: 3193b8f68772719a6d77598948b7494b2163a070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += waylandclient-private

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

OTHER_FILES += \
    libhybris-egl-server.json

SOURCES += main.cpp

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