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

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