summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
blob: 5704663b01ea406787a42fccd69a51b98ad584cc (plain)
1
2
3
4
5
6
7
8
9
10
11
PLUGIN_TYPE = wayland-graphics-integration-server
load(qt_plugin)

QT = waylandcompositor waylandcompositor-private core-private gui-private platformsupport-private

OTHER_FILES += wayland-egl.json

SOURCES += \
    main.cpp

include(../../../../hardwareintegration/compositor/wayland-egl/wayland-egl.pri)