aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier.tilloy@canonical.com>2012-10-05 15:18:01 +0200
committerOlivier Tilloy <olivier.tilloy@canonical.com>2012-10-05 15:18:01 +0200
commit29566755554906343d3637191529a751f765c413 (patch)
tree0293179f3ef3ca43e9dd48566d917839d779d7a0
parent82677d03e4ec89ea4387467bcf7caa954a5ae183 (diff)
downloadqmenumodel-29566755554906343d3637191529a751f765c413.tar.gz
qmenumodel-29566755554906343d3637191529a751f765c413.tar.bz2
qmenumodel-29566755554906343d3637191529a751f765c413.zip
Fix coverage to ignore all moc files.
-rw-r--r--cmake/lcov.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/lcov.cmake b/cmake/lcov.cmake
index a422094..152bbea 100644
--- a/cmake/lcov.cmake
+++ b/cmake/lcov.cmake
@@ -29,7 +29,7 @@
set(REMOVE_PATTERN
q*.h
*.moc
- moc_*.cxx
+ moc_*.cpp
locale_facets.h
new)