Last change
on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
-
Property svn:executable
set to
*
|
File size:
438 bytes
|
Line | |
---|
1 | TARGET = mv_changingmodel
|
---|
2 |
|
---|
3 | TEMPLATE = app
|
---|
4 |
|
---|
5 | SOURCES += main.cpp \
|
---|
6 | mymodel.cpp
|
---|
7 |
|
---|
8 | HEADERS += mymodel.h
|
---|
9 |
|
---|
10 | # install
|
---|
11 | target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview/3_changingmodel
|
---|
12 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 3_changingmodel.pro
|
---|
13 | sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview/3_changingmodel
|
---|
14 | INSTALLS += target sources
|
---|
15 |
|
---|
16 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.