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

SOURCES += \
    main.cpp

OTHER_FILES = \
    qml/main.qml \
    qml/CompositorScreen.qml \
    qml/Chrome.qml \
    qml/Keyboard.qml \
    images/background.jpg \

RESOURCES += pure-qml.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/wayland/pure-qml
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pure-qml.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/wayland/pure-qml
INSTALLS += target sources