From 29b75dae2bc408c22a23a0866b11914aa4b6ce25 Mon Sep 17 00:00:00 2001 From: Robert Löhning Date: Mon, 9 Mar 2020 23:18:52 +0100 Subject: [qt] Move beginLayout the new naming scheme (#3484) --- projects/qt/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'projects') diff --git a/projects/qt/build.sh b/projects/qt/build.sh index afda1bff..b0fbd82b 100755 --- a/projects/qt/build.sh +++ b/projects/qt/build.sh @@ -56,8 +56,6 @@ build_fuzzer() { local lowercaseExeName=$exeName if [ "$exeName" == "setmarkdown" ]; then exeName=setMarkdown - elif [ "$exeName" == "beginlayout" ]; then - exeName=beginLayout fi if [ "$lowercaseExeName" != "$exeName" ]; then mv $lowercaseExeName $exeName @@ -81,4 +79,4 @@ build_fuzzer "new" "qtbase" "corelib/serialization/qcborvalue/fromcbor/fromcbor. build_fuzzer "old" "qtbase" "corelib/serialization/qxmlstream/qxmlstreamreader/readnext/readnext.pro" "xml" "/usr/share/afl/testcases/_extras/xml.dict" # build_fuzzer "new" "qtbase" "gui/text/qtextdocument/sethtml/sethtml.pro" "html" "/usr/share/afl/testcases/_extras/html_tags.dict" build_fuzzer "old" "qtbase" "gui/text/qtextdocument/setmarkdown/setmarkdown.pro" "markdown" -build_fuzzer "old" "qtbase" "gui/text/qtextlayout/beginlayout/beginlayout.pro" "text" +build_fuzzer "new" "qtbase" "gui/text/qtextlayout/beginlayout/beginlayout.pro" "text" -- cgit v1.2.3