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

Last change on this file since 1077 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
RevLine 
[2]1TEMPLATE = subdirs
2
[561]3SUBDIRS = drilldown
4!symbian: SUBDIRS += cachedtable \
5 relationaltablemodel \
6 sqlwidgetmapper
[2]7
[769]8!wince*: SUBDIRS += masterdetail
9
[561]10!wince*:!symbian: SUBDIRS += \
11 querymodel \
[769]12 tablemodel
[561]13
[769]14
[2]15# install
16sources.files = connection.h sql.pro README
17sources.path = $$[QT_INSTALL_EXAMPLES]/sql
18INSTALLS += sources
[561]19
20symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.