summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent896d8fb9f4e81b13d574d44c30ddf7b3f2949795 (diff)
Codecov working
Diffstat (limited to 'src')
-rw-r--r--src/src.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/src.pro b/src/src.pro
index bfd2b678..041843ad 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,4 +1,4 @@
-!include(../qtpass.pri) { error("Couldn't find the auto.pri file!") }
+!include(../qtpass.pri) { error("Couldn't find the qtpass.pri file!") }
TEMPLATE = app
QT += core gui
@@ -8,9 +8,8 @@ CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG(debug, debug|release) {
- QMAKE_CXXFLAGS += -g -c -Wall -coverage -O0
- QMAKE_LFLAGS += -coverage -O0
- SUBDIRS += tests
+ QMAKE_CXXFLAGS += -g -c -Wall -O0
+ QMAKE_LFLAGS += -O0
}
macx {