summaryrefslogtreecommitdiffstats
path: root/src/imports/texture-sharing/texture-sharing.pro
blob: eb5c0a9aff2dd40316f6a695fcefd82ec9ed67f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
CXX_MODULE = qml
TARGET  = qwaylandtexturesharing
TARGETPATH = QtWayland/Client/TextureSharing
IMPORT_VERSION = 1.$$QT_MINOR_VERSION

HEADERS += \
    sharedtextureprovider.h \
    texturesharingextension.h

SOURCES += \
    plugin.cpp \
    sharedtextureprovider.cpp \
    texturesharingextension.cpp

QT += quick-private qml gui-private core-private waylandclient waylandclient-private
CONFIG += wayland-scanner

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

WAYLANDCLIENTSOURCES += ../../extensions/qt-texture-sharing-unstable-v1.xml


load(qml_plugin)