aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/pathitem/pathitem.pro
blob: ac42bd519d4e8243f1e9832dd6ab3141bead8b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp
RESOURCES += pathitem.qrc
OTHER_FILES += content/pathitem.qml \
               content/pathitemgallery.qml \
               content/pathiteminteract.qml \
               content/item1.qml \
               content/item2.qml \
               content/item3.qml \
               content/item4.qml \
               content/item5.qml \
               content/item6.qml \
               content/item7.qml \
               content/item8.qml \
               content/item9.qml \
               content/item10.qml \
               content/item11.qml \
               content/item12.qml \
               content/item13.qml \
               content/item14.qml \
               content/item15.qml \
               content/item16.qml \
               content/item17.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quick/pathitem
INSTALLS += target