aboutsummaryrefslogtreecommitdiff
path: root/projects/qt
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2020-03-06 19:51:23 +0100
committerGitHub <noreply@github.com>2020-03-06 10:51:23 -0800
commita9cddd50aeafb52b107ad74222b74864be3514c4 (patch)
tree15e3f85e89a47d0feeb3effb859f10be2743e856 /projects/qt
parent73a75759a26ffdcdd54b8886df01df5c0b5b0a05 (diff)
downloadoss-fuzz-a9cddd50aeafb52b107ad74222b74864be3514c4.tar.gz
[qt] Don't show warnings about deprecated API (#3470)
They made the build output too long. Without these warnings, I don't need to send it to /dev/null anymore.
Diffstat (limited to 'projects/qt')
-rwxr-xr-xprojects/qt/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/qt/build.sh b/projects/qt/build.sh
index f08864000..afda1bffe 100755
--- a/projects/qt/build.sh
+++ b/projects/qt/build.sh
@@ -26,8 +26,8 @@ sed -i -e "s/QMAKE_CFLAGS_OPTIMIZE_FULL = -O3/QMAKE_CFLAGS_OPTIMIZE_FULL = -O1/g
# build project
cd $WORK
-MAKEFLAGS=-j$(nproc) $SRC/qt/configure -platform linux-clang-libc++ -static -opensource -confirm-license -no-opengl -nomake tests -nomake examples -prefix $PWD/qtbase
-make -j$(nproc) > /dev/null
+MAKEFLAGS=-j$(nproc) $SRC/qt/configure -platform linux-clang-libc++ -static -opensource -confirm-license -no-opengl -nomake tests -nomake examples -prefix $PWD/qtbase -D QT_NO_DEPRECATED_WARNINGS
+make -j$(nproc)
# prepare corpus files
zip -j $WORK/html $SRC/qtqa/fuzzing/testcases/html/*