diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-05 15:18:01 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-05 15:18:01 +0200 |
commit | 29566755554906343d3637191529a751f765c413 (patch) | |
tree | 0293179f3ef3ca43e9dd48566d917839d779d7a0 | |
parent | 82677d03e4ec89ea4387467bcf7caa954a5ae183 (diff) | |
download | qmenumodel-29566755554906343d3637191529a751f765c413.tar.gz qmenumodel-29566755554906343d3637191529a751f765c413.tar.bz2 qmenumodel-29566755554906343d3637191529a751f765c413.zip |
Fix coverage to ignore all moc files.
-rw-r--r-- | cmake/lcov.cmake | 2 |
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) |