summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2/http2.pri
blob: 2157e35e2f33a88659a01ea4601a4c6ad8ca2054 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS += \
         access/http2/bitstreams_p.h \
         access/http2/huffman_p.h \
         access/http2/hpack_p.h \
         access/http2/hpacktable_p.h

SOURCES += \
         access/http2/bitstreams.cpp \
         access/http2/huffman.cpp \
         access/http2/hpack.cpp \
         access/http2/hpacktable.cpp