aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/modelviews/browser.prx
blob: e9beacf0fb47a966036a9a14638356a93bdcec7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET = modelviews

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/quick/modelviews
qml.files = \
    modelviews.qml \
    gridview \
    listview \
    package \
    parallax \
    pathview \
    visualdatamodel \
    visualitemmodel
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/modelviews
INSTALLS += target qml