summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qwayland-xcomposite-glx/qwayland-xcomposite-glx.pro
blob: 899d939bc7e09ae050b4101058b697ce6bc43c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += waylandclient-private

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

OTHER_FILES += qwayland-xcomposite-glx.json

SOURCES += \
    main.cpp

HEADERS += \
    qwaylandxcompositeglxplatformintegration.h

PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QWaylandXCompositeGlxPlatformIntegrationPlugin
load(qt_plugin)