d40f88e8d2
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>
13 lines
247 B
Prolog
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"
|