summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 6e80bc40..5b85deb4 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -5,3 +5,8 @@ MODULE_VERSION = 1.9.9
SOURCE_DIR=$$PWD
BUILD_DIR=$$shadowed($$PWD)
QMAKEFEATURES=$$SOURCE_DIR/qmake-features
+
+# Load the am-coverage feature in every pro file
+# This makes sure we compile everything with coverage data
+# when the coverage target gets executed
+CONFIG += am-coverage