mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 21:10:37 +02:00
15 lines
377 B
Prolog
15 lines
377 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(../../src/core/core.pri)
|
|
|
|
# Default rules for deployment.
|
|
qnx: target.path = /tmp/$${TARGET}/bin
|
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
!isEmpty(target.path): INSTALLS += target
|