summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/snippets.pro
blob: 392127e099a1ff55bbe99d4443ca52f0fa884fa8 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs
SUBDIRS =

contains(QT_BUILD_PARTS, tests) {
    SUBDIRS += \
        code \
        qfontdatabase \
        textdocument-end
}