summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qwayland-egl/qwayland-egl.pro
blob: 9ac050dad82224081459c0340ae92403ddcc4402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += waylandclient-private

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

OTHER_FILES += \
    qwayland-egl.json

SOURCES += main.cpp

PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QWaylandEglPlatformIntegrationPlugin
load(qt_plugin)