summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/gui/text/qtextlayout
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2021-08-05 11:18:12 +0200
committerRobert Löhning <robert.loehning@qt.io>2021-08-24 22:04:38 +0200
commit869410480914cfa6429950e1fc10fa837eae3656 (patch)
tree7681538e54ff54657b00d6167b6051ba084be512 /tests/libfuzzer/gui/text/qtextlayout
parenteb635dda1e19135a635b03a05c7582d1ec976c22 (diff)
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 <fabian.kosmale@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/libfuzzer/gui/text/qtextlayout')
-rw-r--r--tests/libfuzzer/gui/text/qtextlayout/beginlayout/beginlayout.pro9
1 files changed, 0 insertions, 9 deletions
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
-}