summaryrefslogtreecommitdiffstats
path: root/src/imports/compositor-extensions/iviapplication/iviapplication.pro
blob: 230a3408eac6baf41830c8d6dee2106f6d5a83c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
CXX_MODULE = qml
TARGET  = qwaylandcompositoriviapplicationplugin
TARGETPATH = QtWayland/Compositor/IviApplication
QML_IMPORT_VERSION = $$QT_VERSION

SOURCES += \
    qwaylandcompositoriviapplicationplugin.cpp

QT += waylandcompositor

load(qml_plugin)