summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-10-24 13:11:03 -0400
committerDavid Cole <david.cole@kitware.com>2009-10-24 13:11:03 -0400
commitf3a197cc188434f6d5ef51cd53916deb8d9b4a8c (patch)
tree06967494dc2dae38e1f35d27c6a368ce55402e85 /CTestCustom.cmake.in
parentf5545899ae083482e6dad866643029b700ef5d1a (diff)
downloadcmake-f3a197cc188434f6d5ef51cd53916deb8d9b4a8c.tar.gz
Exclude Qt source files from coverage results.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 2a6ce06047..343f9b0adf 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -53,4 +53,7 @@ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
# Exclude try_compile sources from coverage results:
"/CMakeFiles/CMakeTmp/"
+
+ # Exclude Qt source files from coverage results:
+ "[A-Za-z]./[Qq]t/qt-.+-opensource-src"
)