source: trunk/examples/declarative/modelviews/objectlistmodel/objectlistmodel.pro@ 1077

Last change on this file since 1077 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 445 bytes
Line 
1TEMPLATE = app
2TARGET = objectlistmodel
3DEPENDPATH += .
4INCLUDEPATH += .
5QT += declarative
6
7# Input
8SOURCES += main.cpp \
9 dataobject.cpp
10HEADERS += dataobject.h
11RESOURCES += objectlistmodel.qrc
12
13sources.files = $$SOURCES $$HEADERS $$RESOURCES objectlistmodel.pro view.qml
14sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel
15target.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel
16
17INSTALLS += sources target
18
Note: See TracBrowser for help on using the repository browser.