summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qhttpheaderparser/CMakeLists.txt
blob: 2d7d65d20cd6675c3a7c27b2b786a8dc7fd8c1eb (plain)
1
2
3
4
5
6
7
8
9
10
11

if(NOT QT_FEATURE_private_tests)
    return()
endif()

qt_internal_add_test(tst_qhttpheaderparser
    SOURCES
        tst_qhttpheaderparser.cpp
    LIBRARIES
        Qt::NetworkPrivate
)