blob: c9c3a0daf9649d9da289418b6fecae7594ff1e8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
QT = waylandcompositor waylandcompositor-private core-private gui-private
OTHER_FILES += libhybris-egl-server.json
SOURCES += \
main.cpp
TARGET = qt-wayland-compositor-libybris-egl-server.json
include(../../../../hardwareintegration/compositor/libhybris-egl-server/libhybris-egl-server.pri)
PLUGIN_TYPE = wayland-graphics-integration-server
PLUGIN_CLASS_NAME = LibHybrisEglServerBufferIntegrationPlugin
load(qt_plugin)
|