qt5base-lts/tests/auto/network/access/qdecompresshelper/qdecompresshelper.pro
Mårten Nordheim d40f88e8d2 QDecompressHelper: Introduce zstd support
Also take this opportunity to reshuffle the content-encodings in the
intended ordering since the ordering is used to signify priority.

Task-number: QTBUG-83269
Change-Id: I022eecf1ba03b54dbd9c98a9d63d05fb05fd2124
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-08-14 13:17:11 +02:00

13 lines
247 B
Prolog

QT = network-private testlib
CONFIG += testcase parallel_test
TEMPLATE = app
TARGET = tst_qdecompresshelper
SOURCES += \
tst_qdecompresshelper.cpp \
gzip.rcc.cpp \
inflate.rcc.cpp \
zstandard.rcc.cpp \
DEFINES += SRC_DIR="$$PWD"