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

contains(QT_BUILD_PARTS, tests) {
    SUBDIRS += \
        code
}