59c5e231a22c15d5b8c46a6045860dc899b9e599
[profile/ivi/qtdeclarative.git] / examples / quick / modelviews / modelviews.pro
1 TEMPLATE = app
2
3 QT += quick qml
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/modelviews
7 qml.files = \
8         modelviews.qml \
9         gridview \
10         listview \
11         package \
12         parallax \
13         pathview \
14         visualdatamodel \
15         visualitemmodel
16 qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/modelviews
17 INSTALLS += target qml
18