source: trunk/examples/sql/sql.pro

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 
1TEMPLATE = subdirs
2
3SUBDIRS = 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
16sources.files = connection.h sql.pro README
17sources.path = $$[QT_INSTALL_EXAMPLES]/sql
18INSTALLS += sources
19
20symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.