summaryrefslogtreecommitdiffstats
path: root/examples/wayland/minimal-qml/minimal-qml.pro
blob: a0c4f4ad94ff77fe12c02ced33858d5001d9cb0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += gui qml

SOURCES += \
    main.cpp

OTHER_FILES = \
    main.qml

RESOURCES += minimal-qml.qrc

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