summaryrefslogtreecommitdiffstats
path: root/src/imports/texture-sharing-extension/texture-sharing-extension.pro
blob: 577ab58e7cc6364e6b4e6a315f39500b9cc2c3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CXX_MODULE = qml
TARGET  = qwaylandtexturesharingextension
TARGETPATH = QtWayland/Compositor/TextureSharingExtension
IMPORT_VERSION = 1.$$QT_MINOR_VERSION

SOURCES += \
    plugin.cpp

QT += quick-private qml gui-private core-private waylandcompositor waylandcompositor-private

requires(qtConfig(wayland-compositor-texture-sharing-experimental))

load(qml_plugin)