summaryrefslogtreecommitdiffstats
path: root/qtpass.pri
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-03-02 16:14:19 +0100
committertezeb <tezeb+github@outoftheblue.pl>2017-03-10 20:27:07 +0100
commit00683f2c47458756e396279a0efb66b86bb0c7b3 (patch)
tree08e2e7d7b5cc3962a382b1e71afba0a83033dcc8 /qtpass.pri
parent896d8fb9f4e81b13d574d44c30ddf7b3f2949795 (diff)
Codecov working
Diffstat (limited to 'qtpass.pri')
-rw-r--r--qtpass.pri11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtpass.pri b/qtpass.pri
index 38a0b33f..05ce49e2 100644
--- a/qtpass.pri
+++ b/qtpass.pri
@@ -1,2 +1,13 @@
VERSION = 1.2.0-pre
+TEMPLATE = subdirs
+
+CONFIG(debug, debug|release) {
+ DESTDIR = debug
+ OBJECTS_DIR = debug
+ MOC_DIR = debug
+ QMAKE_CXXFLAGS += --coverage
+ QMAKE_LFLAGS += --coverage
+ QMAKE_DISTCLEAN += -r $$OBJECTS_DIR
+}
+