summaryrefslogtreecommitdiffstats
path: root/examples/sql/sql.pro
blob: 6d0d4026f3cc0153364805c104352d4fd6253765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE      = subdirs
SUBDIRS       = cachedtable \
                drilldown \
                relationaltablemodel \
                sqlwidgetmapper

!wince*: SUBDIRS += querymodel tablemodel masterdetail

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