Improved the scene graph overview a bit
[profile/ivi/qtdeclarative.git] / examples / quick / modelviews / browser.prx
1 TEMPLATE = app
2 TARGET = modelviews
3
4 QT += quick qml
5 SOURCES += main.cpp
6
7 target.path = $$[QT_INSTALL_EXAMPLES]/quick/modelviews
8 qml.files = \
9     modelviews.qml \
10     gridview \
11     listview \
12     package \
13     parallax \
14     pathview \
15     visualdatamodel \
16     visualitemmodel
17 qml.path = $$[QT_INSTALL_EXAMPLES]/quick/modelviews
18 INSTALLS += target qml