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

QT += waylandcompositor-private

SOURCES += \
    main.cpp

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

RESOURCES += compositor.qrc

TARGET = texture-sharing-custom-compositor

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