server-sdk/test/auto/unittests/unittests.pro
2019-11-08 09:31:46 +01:00

10 lines
210 B
Prolog

QT += core sql network testlib
CONFIG += testcase # neccesary to have posibility to run: make check UnitTest
SOURCES += \
tst_request.cpp
HEADERS += \
tst_request.h
include(../../../serversdkint.pri)