blob: c0c12c9d952b7bb08b89db8424db073817b2b758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
load(qt_plugin)
|