akashi-esquizolandia/tests/tests_common.pri
scatterflower f4fd19f02d
Add coverage build and CI (#311)
* add coverage build and CI

* fix project files

* upload to codecov

Co-authored-by: scatterflower <marisa@scatterflower.online>
2022-07-07 09:48:42 -05:00

17 lines
344 B
Plaintext

QT += network websockets core sql testlib
CONFIG += qt console warn_on depend_includepath testcase no_testcase_installs
CONFIG -= app_bundle
coverage {
LIBS += -lgcov
}
DESTDIR = $$PWD/../bin_tests
win32: LIBS += -L$$PWD/../bin/ -lcore
else:unix: LIBS += -L$$PWD/../bin/ -lcore
INCLUDEPATH += $$PWD/../core
DEPENDPATH += $$PWD/../core