summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/3_changingmodel/3_changingmodel.pro
blob: d1f8971aaac3ac8166c4b44c0e315ebf339e8821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = mv_changingmodel

TEMPLATE = app

SOURCES += main.cpp \
           mymodel.cpp

HEADERS += mymodel.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/3_changingmodel
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 3_changingmodel.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/3_changingmodel
INSTALLS += target sources

symbian: CONFIG += qt_example