Disable compiler warnings for libqtharfbuzz-ng

This 3rdparty code produces a lot of warnings especially with clang.

Change-Id: I6f48410699e785d1b2e84b9a6d7b0ba8751179b0
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
J-P Nurmi 2014-05-13 16:30:53 +02:00 committed by The Qt Project
parent 2a9201c1e6
commit 1a93c2df1d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TARGET = qtharfbuzzng
CONFIG += \
static \
hide_symbols \
exceptions_off rtti_off
exceptions_off rtti_off warn_off
load(qt_helper_lib)