summaryrefslogtreecommitdiffstats
path: root/examples/wayland/texture-sharing/custom-compositor/custom-compositor.pro
blob: e80e9e153845fc634477531d1f468c083d37fb3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += core gui qml

QT += waylandcompositor-private

SOURCES += \
    main.cpp

OTHER_FILES = \
    qml/main.qml \
    qml/Screen.qml \
    images/background.jpg

RESOURCES += compositor.qrc

TARGET = custom-compositor

target.path = $$[QT_INSTALL_EXAMPLES]/wayland/texture-sharing/custom-compositor
INSTALLS += target