summaryrefslogtreecommitdiffstats
path: root/qtpass.pri
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-03-10 21:44:37 +0100
committertezeb <tezeb+github@outoftheblue.pl>2017-03-12 01:40:54 +0100
commit0869c3dde588d2e7aac0e834d77d9fa1755b3bc2 (patch)
tree4211e3251a89e70e8ff8662ad009c7a9f7a36a2d /qtpass.pri
parent5cc0b28a3d2b0c3f73c16c502383cf7b15110750 (diff)
coverage on release build with coveralls
Diffstat (limited to 'qtpass.pri')
-rw-r--r--qtpass.pri8
1 files changed, 1 insertions, 7 deletions
diff --git a/qtpass.pri b/qtpass.pri
index 05ce49e2..3e89fe87 100644
--- a/qtpass.pri
+++ b/qtpass.pri
@@ -2,12 +2,6 @@ VERSION = 1.2.0-pre
TEMPLATE = subdirs
-CONFIG(debug, debug|release) {
- DESTDIR = debug
- OBJECTS_DIR = debug
- MOC_DIR = debug
- QMAKE_CXXFLAGS += --coverage
+CONFIG(coverage) {
QMAKE_LFLAGS += --coverage
- QMAKE_DISTCLEAN += -r $$OBJECTS_DIR
}
-