summaryrefslogtreecommitdiffstats
path: root/examples/sql/sql.pro
blob: 7bdff69fd7e1fc2602783abadca63a2f56f1cd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE      = subdirs

SUBDIRS             =   drilldown
!symbian: SUBDIRS   +=  cachedtable \
                        relationaltablemodel \
                        sqlwidgetmapper

!wince*:!symbian: SUBDIRS += \
                        querymodel \
                        tablemodel \
                        masterdetail

# install
sources.files = connection.h sql.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/sql
INSTALLS += sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)