summaryrefslogtreecommitdiffstats
path: root/examples/sql/sql.pro
blob: a427e10929577af44d7cb1f223e1f20b176f5073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
requires(qtHaveModule(widgets))

TEMPLATE      = subdirs

SUBDIRS             =   books \
                        drilldown \
                        cachedtable \
                        querymodel \
                        relationaltablemodel \
                        sqlwidgetmapper \
                        tablemodel

qtHaveModule(xml): SUBDIRS += masterdetail

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

EXAMPLE_FILES = connection.h