author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 20:15:53 +0300 | |
branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 7 | 3f74d0d4af4c |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
||
3 |
SUBDIRS = drilldown |
|
4 |
!symbian: SUBDIRS += cachedtable \ |
|
5 |
relationaltablemodel \ |
|
6 |
sqlwidgetmapper |
|
7 |
||
7
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
3
diff
changeset
|
8 |
!wince*: SUBDIRS += masterdetail |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
3
diff
changeset
|
9 |
|
0 | 10 |
!wince*:!symbian: SUBDIRS += \ |
11 |
querymodel \ |
|
7
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
3
diff
changeset
|
12 |
tablemodel |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
3
diff
changeset
|
13 |
|
0 | 14 |
|
15 |
# install |
|
16 |
sources.files = connection.h sql.pro README |
|
17 |
sources.path = $$[QT_INSTALL_EXAMPLES]/sql |
|
18 |
INSTALLS += sources |
|
19 |
||
20 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |