aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar Robert Löhning <robert.loehning@qt.io>2020-03-09 23:18:52 +0100
committerGravatar GitHub <noreply@github.com>2020-03-09 15:18:52 -0700
commit29b75dae2bc408c22a23a0866b11914aa4b6ce25 (patch)
tree3f19b67c4eab6d87323befc565a52cc895d4e072 /projects
parentb7c16413598d689342e6ff65a510c3ab5fb57a8d (diff)
[qt] Move beginLayout the new naming scheme (#3484)
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/qt/build.sh4
1 files changed, 1 insertions, 3 deletions
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"