From 869410480914cfa6429950e1fc10fa837eae3656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Thu, 5 Aug 2021 11:18:12 +0200 Subject: Fuzzing: Remove .pro-files of libfuzzer tests They were replaced by CMake files and oss-fuzz was updated to use the latter. No need to still maintain qmake based builds. Change-Id: If38f39c23ef3a58c33c428341486b62fd0a81888 Reviewed-by: Fabian Kosmale Reviewed-by: Lars Knoll --- .../qxmlstream/qxmlstreamreader/readnext/readnext.pro | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/libfuzzer/corelib/serialization/qxmlstream/qxmlstreamreader/readnext/readnext.pro (limited to 'tests/libfuzzer/corelib/serialization/qxmlstream/qxmlstreamreader/readnext') diff --git a/tests/libfuzzer/corelib/serialization/qxmlstream/qxmlstreamreader/readnext/readnext.pro b/tests/libfuzzer/corelib/serialization/qxmlstream/qxmlstreamreader/readnext/readnext.pro deleted file mode 100644 index 6c988c2434..0000000000 --- a/tests/libfuzzer/corelib/serialization/qxmlstream/qxmlstreamreader/readnext/readnext.pro +++ /dev/null @@ -1,10 +0,0 @@ -QT -= gui -CONFIG += console -CONFIG -= app_bundle -SOURCES += main.cpp -FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE) -isEmpty(FUZZ_ENGINE) { - QMAKE_LFLAGS += -fsanitize=fuzzer -} else { - LIBS += $$FUZZ_ENGINE -} -- cgit v1.2.3