summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2/http2.pri
blob: e9f30aeb4a7c147f0c389fdaf3e67d2a008852bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADERS += \
         access/http2/bitstreams_p.h \
         access/http2/huffman_p.h \
         access/http2/hpack_p.h \
         access/http2/hpacktable_p.h \
         access/http2/http2frames_p.h \
         access/http2/http2streams_p.h \
         access/http2/http2protocol_p.h

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