aboutsummaryrefslogtreecommitdiff
path: root/projects/qt
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2020-06-03 20:04:11 +0200
committerGitHub <noreply@github.com>2020-06-03 11:04:11 -0700
commit3d5ee75211126a4055a17664c3beec9ee9a7c8d1 (patch)
tree91c8f0a10da60fc754a5d7e13a74b4dba05f6c07 /projects/qt
parent15d4c5566c993003bc54cb942857eb5b2be905e5 (diff)
downloadoss-fuzz-3d5ee75211126a4055a17664c3beec9ee9a7c8d1.tar.gz
Revert "[qt] Add pdf to image corpus (#3926)" (#3929)
To handle PDFs, QImage requires qtwebengine which doesn't build statically. This reverts commit 934c770abb932629da5c53af594bbe785964c7fb.
Diffstat (limited to 'projects/qt')
-rwxr-xr-xprojects/qt/build.sh2
1 files changed, 1 insertions, 1 deletions
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/*