summaryrefslogtreecommitdiffstats
path: root/src/imports/texture-sharing-extension/texture-sharing-extension.pro
blob: 68a8cf7579a09a379fe9e507674d6def61f0df02 (plain)
1
2
3
4
5
6
7
8
9
10
11
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

load(qml_plugin)