Filip Bucek b43ff89ebb fixed running tests
+ added new insomnia worspace config file
2019-10-07 13:19:28 +02:00

16 lines
385 B
Prolog

QT -= gui
QT += core sql network testlib
CONFIG += testcase # neccesary to have posibility to run: make check UnitTest
HEADERS += \
unittest.h
SOURCES += \
unittest.cpp
include(../../src/colnod/colnod.pri)
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target