summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module_headers.prf
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-03-23 15:11:15 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-03-25 04:50:44 +0000
commite26bcc4d5d879ffa9f0fa8cce0fa1ffbbaf47e59 (patch)
tree8722c2ca3fd137d84baeebe1e819668b8b873bb1 /mkspecs/features/qt_module_headers.prf
parente5c0371d18e285d7849cbd0569970e209bd01b49 (diff)
Disable -Werror for QNX's compiler
The compiler is mostly GCC in disguise, but the libraries are not. Since the toolchain is not open, it's difficult to fix issues in it. Task-number: QTBUG-59671 Task-number: QTBUG-59672 Change-Id: Id92f4a61915b49ddaee6fffd14aea2639153f073 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'mkspecs/features/qt_module_headers.prf')
-rw-r--r--mkspecs/features/qt_module_headers.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_module_headers.prf b/mkspecs/features/qt_module_headers.prf
index 190ce753ef..648723d6ff 100644
--- a/mkspecs/features/qt_module_headers.prf
+++ b/mkspecs/features/qt_module_headers.prf
@@ -180,7 +180,7 @@ headersclean:!internal_module {
-Dforeach=public: \
-Dforever=public:
- gcc {
+ gcc:!rim_qcc {
# Turn on some extra warnings not found in -Wall -Wextra.
# Common to GCC, Clang and ICC (and other compilers that masquerade as GCC):
hcleanFLAGS = -Wall -Wextra -Werror \