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

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