Changed include folder name
[mdictionary] / tests / tests.pro
1 TEMPLATE=subdirs
2 SUBDIRS = mDictionaryTests
3
4 check.CONFIG = recursive
5 check.recurse = mDictionaryTests
6 QMAKE_EXTRA_TARGETS += check
7
8 coverage {
9         # add flags to compiler
10         LIBS += -lgcov
11         QMAKE_CXXFLAGS += -ftest-coverage -fprofile-arcs -fno-elide-constructors
12 }