equal
deleted
inserted
replaced
1 TEMPLATE = subdirs |
1 TEMPLATE = subdirs |
2 |
|
3 SUBDIRS = 1_readonly \ |
2 SUBDIRS = 1_readonly \ |
4 2_formatting \ |
3 2_formatting \ |
5 3_changingmodel \ |
4 3_changingmodel \ |
6 4_headers \ |
5 4_headers \ |
7 5_edit \ |
6 5_edit \ |
8 6_treeview \ |
7 6_treeview \ |
9 7_selections |
8 7_selections |
10 |
9 |
|
10 # install |
|
11 target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview |
|
12 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS modelview.pro |
|
13 sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview |
|
14 INSTALLS += target sources |
|
15 |
|
16 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |