source: trunk/examples/sql/sql.pro@ 561

Last change on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 510 bytes
Line 
1TEMPLATE = subdirs
2
3SUBDIRS = drilldown
4!symbian: SUBDIRS += cachedtable \
5 relationaltablemodel \
6 sqlwidgetmapper
7
8!wince*:!symbian: SUBDIRS += \
9 querymodel \
10 tablemodel \
11 masterdetail
12
13# install
14sources.files = connection.h sql.pro README
15sources.path = $$[QT_INSTALL_EXAMPLES]/sql
16INSTALLS += sources
17
18symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.