mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 15:10:40 +02:00
9 lines
180 B
Prolog
9 lines
180 B
Prolog
QT += core sql network testlib
|
|
CONFIG += testcase # neccesary to have posibility to run: make check UnitTest
|
|
|
|
SOURCES += \
|
|
tst_request.cpp
|
|
|
|
|
|
include(../../../serversdkint.pri)
|