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

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

trunk: Merged in qt 4.6.1 sources.

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