aboutsummaryrefslogtreecommitdiff
path: root/tests/coverage.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage.pri')
-rw-r--r--tests/coverage.pri10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/coverage.pri b/tests/coverage.pri
index f5526181..05e2ae6e 100644
--- a/tests/coverage.pri
+++ b/tests/coverage.pri
@@ -6,9 +6,6 @@ defineReplace(srcList) {
return($${ITEMLIST})
}
-QMAKE_CXXFLAGS += -ftest-coverage -fprofile-arcs
-LIBS += -lgcov
-
# OBJECTS_DIR = .obj
MOC_DIR = .moc
@@ -22,5 +19,8 @@ coverage-xml.depends = check-xml
coverage-xml.commands = @../coverage.py $$srcList($$TEST_SOURCES) .obj 90
-QMAKE_CLEAN += *.gcda *.gcno *.gcov *.log *.xml
-QMAKE_DISTCLEAN += *.gcda *.gcno *.gcov *.log *.xml
+QMAKE_CLEAN += *.gcda *.gcno *.gcov *.log
+#there are some xml files used in testing
+#*.xml
+QMAKE_DISTCLEAN += *.gcda *.gcno *.gcov *.log
+#*.xml