From 3aef8eaffb8959a1559b0b3b01a423a2ac42c8eb Mon Sep 17 00:00:00 2001 From: axis Date: Tue, 7 Jul 2009 11:18:19 +0200 Subject: Fixed qmake "not found" error. --- mkspecs/common/symbian/armcc_warnings.prf | 10 ---------- mkspecs/features/symbian/armcc_warnings.prf | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 mkspecs/common/symbian/armcc_warnings.prf create mode 100644 mkspecs/features/symbian/armcc_warnings.prf diff --git a/mkspecs/common/symbian/armcc_warnings.prf b/mkspecs/common/symbian/armcc_warnings.prf deleted file mode 100644 index 95b3bc0..0000000 --- a/mkspecs/common/symbian/armcc_warnings.prf +++ /dev/null @@ -1,10 +0,0 @@ -# 111: Statement is unreachable -# 185: Dynamic initialization in unreachable code -# 191: Type qualifier is meaningless on cast type -# 368: class "" defines no constructor to initialize the following: -# (Disabled because there are other ways of assigning besides constructors) -# 1293: Assignment in condition -# 1294: pre-ANSI C style functions declarations (used a lot in 3rd party code) -# 2874: may be used before being set (this one sounds useful, but -# it's output also for class instances, making it useless in practice) -QMAKE_CFLAGS.ARMCC += --diag_suppress 111,185,191,368,1293,1294,2874 diff --git a/mkspecs/features/symbian/armcc_warnings.prf b/mkspecs/features/symbian/armcc_warnings.prf new file mode 100644 index 0000000..95b3bc0 --- /dev/null +++ b/mkspecs/features/symbian/armcc_warnings.prf @@ -0,0 +1,10 @@ +# 111: Statement is unreachable +# 185: Dynamic initialization in unreachable code +# 191: Type qualifier is meaningless on cast type +# 368: class "" defines no constructor to initialize the following: +# (Disabled because there are other ways of assigning besides constructors) +# 1293: Assignment in condition +# 1294: pre-ANSI C style functions declarations (used a lot in 3rd party code) +# 2874: may be used before being set (this one sounds useful, but +# it's output also for class instances, making it useless in practice) +QMAKE_CFLAGS.ARMCC += --diag_suppress 111,185,191,368,1293,1294,2874 -- cgit v0.12