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 --- tests/libfuzzer/gui/text/qtextlayout/beginlayout/beginlayout.pro | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/libfuzzer/gui/text/qtextlayout/beginlayout/beginlayout.pro (limited to 'tests/libfuzzer/gui/text/qtextlayout') diff --git a/tests/libfuzzer/gui/text/qtextlayout/beginlayout/beginlayout.pro b/tests/libfuzzer/gui/text/qtextlayout/beginlayout/beginlayout.pro deleted file mode 100644 index bed2198e0d..0000000000 --- a/tests/libfuzzer/gui/text/qtextlayout/beginlayout/beginlayout.pro +++ /dev/null @@ -1,9 +0,0 @@ -QT += gui -QTPLUGIN *= qminimal -SOURCES += main.cpp -FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE) -isEmpty(FUZZ_ENGINE) { - QMAKE_LFLAGS += -fsanitize=fuzzer -} else { - LIBS += $$FUZZ_ENGINE -} -- cgit v1.2.3