forked from ondra/server-sdk
10 lines
204 B
Prolog
10 lines
204 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(../../serversdk.pri)
|