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

TEMPLATE      = subdirs

SUBDIRS             =   books \
                        drilldown \
                         cachedtable \
                        relationaltablemodel \
                        sqlwidgetmapper

!wince:qtHaveModule(xml): SUBDIRS += masterdetail

!wince:  SUBDIRS += \
                        querymodel \
                        tablemodel

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

EXAMPLE_FILES = connection.h