QT += core core-private network network-private testlib
CONFIG += testcase parallel_test c++14
TEMPLATE = app
TARGET = tst_hpack

SOURCES += tst_hpack.cpp
