summaryrefslogtreecommitdiffstats
path: root/examples/wayland/texture-sharing/qml-client/qml-client.pro
blob: 67d5c7071ef5b72cfca0e0cd4f1c4d82edb0c769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += quick

SOURCES += \
    main.cpp

RESOURCES += \
    qml-client.qrc

DISTFILES += \
    main.qml

target.path = $$[QT_INSTALL_EXAMPLES]/wayland/texture-sharing/qml-client
INSTALLS += target