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

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