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

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

OTHER_FILES += qwayland-xcomposite-egl.json

SOURCES += \
    main.cpp

PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QWaylandXCompositeEglPlatformIntegrationPlugin
load(qt_plugin)