summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/snippets/snippets.pro
blob: 68be4669cd508e658f261ae25c6c3d8c924b3670 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs
TARGET = sqldatabase_snippets
SUBDIRS =

contains(QT_BUILD_PARTS, tests) {
    SUBDIRS += \
        code \
        sqldatabase
}