From 29566755554906343d3637191529a751f765c413 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Fri, 5 Oct 2012 15:18:01 +0200 Subject: Fix coverage to ignore all moc files. --- cmake/lcov.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/lcov.cmake') 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) -- cgit v1.2.3