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

OTHER_FILES += libhybris-egl-server.json

SOURCES += \
    main.cpp

include($PWD/../../../../../hardwareintegration/compositor/libhybris-egl-server/libhybris-egl-server.pri)

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