Last change
on this file was 769, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.
|
File size:
510 bytes
|
Line | |
---|
1 | TEMPLATE = subdirs
|
---|
2 |
|
---|
3 | SUBDIRS = drilldown
|
---|
4 | !symbian: SUBDIRS += cachedtable \
|
---|
5 | relationaltablemodel \
|
---|
6 | sqlwidgetmapper
|
---|
7 |
|
---|
8 | !wince*: SUBDIRS += masterdetail
|
---|
9 |
|
---|
10 | !wince*:!symbian: SUBDIRS += \
|
---|
11 | querymodel \
|
---|
12 | tablemodel
|
---|
13 |
|
---|
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)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.