From 4780e5326f3ec858252f0ef3b8bb779dbf37b4fe Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sat, 3 Aug 2013 00:05:05 +0200 Subject: Integrate gcov support into Qt build system. To instrument a Qt application or library with the gcov coverage tool, do `CONFIG+=gcov' in the application .pro file. To instrument Qt itself with gcov, use the `-gcov' configure option. Change-Id: If24e91d95318609b0df1a76ed6d679bd92bcaab2 Reviewed-by: Oswald Buddenhagen Reviewed-by: Frederik Gladhorn --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 936570e416..66fb99d402 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,8 @@ Makefile* *.pro.user* *.qmlproject.user* *.gcov +*.gcda +*.gcno bin/Qt*.dll bin/assistant* bin/designer* -- cgit v1.2.3