Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / examples / declarative / modelviews / objectlistmodel / objectlistmodel.pro
1 TEMPLATE = app
2 TARGET = objectlistmodel
3 DEPENDPATH += .
4 INCLUDEPATH += .
5 QT += declarative
6
7 # Input
8 SOURCES += main.cpp \
9            dataobject.cpp
10 HEADERS += dataobject.h
11 RESOURCES += objectlistmodel.qrc
12
13 sources.files = $$SOURCES $$HEADERS $$RESOURCES objectlistmodel.pro view.qml
14 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/objectlistmodel
15 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/objectlistmodel
16
17 INSTALLS += sources target
18