diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2012-12-21 20:18:54 -0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-12-29 13:22:42 +0100 |
commit | 0151f7f2901b281e358a5ece436e2464b4b8d79c (patch) | |
tree | aa163b791155310eea791590127e229a0e633aa0 | |
parent | 85fd99e853d664c74876486f95669bd4cd9f2ab2 (diff) | |
download | qtsvg-0151f7f2901b281e358a5ece436e2464b4b8d79c.tar.gz |
Enable -Werror for all of qtsvg
Change-Id: Ica038c81648e3d3c7c2418aacf40eef1f62602b6
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
-rw-r--r-- | .qmake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf index 457f68b..d080298 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,5 @@ load(qt_build_config) CONFIG += qt_example_installs +CONFIG += warning_clean MODULE_VERSION = 5.2.1 |