From 3d5ee75211126a4055a17664c3beec9ee9a7c8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Wed, 3 Jun 2020 20:04:11 +0200 Subject: [PATCH] Revert "[qt] Add pdf to image corpus (#3926)" (#3929) To handle PDFs, QImage requires qtwebengine which doesn't build statically. This reverts commit 934c770abb932629da5c53af594bbe785964c7fb. --- projects/qt/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/qt/build.sh b/projects/qt/build.sh index 734cccf45..c44d9f16e 100755 --- a/projects/qt/build.sh +++ b/projects/qt/build.sh @@ -35,7 +35,7 @@ make -j$(nproc) > /dev/null # prepare corpus files zip -j $WORK/cbor $SRC/qtqa/fuzzing/testcases/cbor/* zip -j $WORK/html $SRC/qtqa/fuzzing/testcases/html/* -zip -j $WORK/images $SRC/qtqa/fuzzing/testcases/svg/* $SRC/AFL/testcases/images/*/* $SRC/AFL/testcases/others/pdf/* +zip -j $WORK/images $SRC/qtqa/fuzzing/testcases/svg/* $SRC/AFL/testcases/images/*/* zip -j $WORK/markdown $SRC/qtqa/fuzzing/testcases/markdown/* zip -j $WORK/qml $SRC/qtqa/fuzzing/testcases/qml/* zip -j $WORK/ssl.pem.zip $SRC/qtqa/fuzzing/testcases/ssl.pem/*