Suppress Qt warning for dashmacmini5 builds
Qt 4.7 and earlier produce a "This version of Mac OS X is unsupported" warning on Lion, even though they work fine once built. We'll upgrade this machine to use Qt 4.8 when it's officially released. Until then, suppress this warning so that we don't miss other "more real" warnings on the dashboard.
This commit is contained in:
parent
917ca9f142
commit
28ce8b7a14
|
@ -43,6 +43,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|||
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
|
||||
"cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
|
||||
"ld: warning: directory not found for option .-(F|L)"
|
||||
"qglobal.h.*warning.*This version of Mac OS X is unsupported"
|
||||
)
|
||||
|
||||
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
||||
|
|
Loading…
Reference in New Issue