summaryrefslogtreecommitdiffstats
path: root/examples/sql/sql.pro
blob: 463683f48d1e7e443070ca70896f4fb90d1f338c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TEMPLATE      = subdirs

SUBDIRS             =   books \
                        drilldown \
                         cachedtable \
                        relationaltablemodel \
                        sqlwidgetmapper

!wince*:  SUBDIRS   +=  masterdetail

!wince*:  SUBDIRS += \
                        querymodel \
                        tablemodel

!cross_compile:{
    contains(QT_BUILD_PARTS, tools):{
        SUBDIRS += sqlbrowser
    }
}

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