summaryrefslogtreecommitdiffstats
path: root/src/network/doc/snippets/snippets.pro
blob: 745511da7be1a554b2c96b4336f9e9f9fd96422f (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs
TARGET = network_cppsnippets
SUBDIRS =

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