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

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