aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/modelviews/objectlistmodel/objectlistmodel.pro
blob: f67a9812e4f3e674fbf40a2871b5f3f5bb2c8c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app
TARGET = objectlistmodel
DEPENDPATH += .
INCLUDEPATH += .
QT += declarative qtquick1

# Input
SOURCES += main.cpp \
           dataobject.cpp
HEADERS += dataobject.h
RESOURCES += objectlistmodel.qrc

sources.files = $$SOURCES $$HEADERS $$RESOURCES objectlistmodel.pro view.qml
sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel
target.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel

INSTALLS += sources target