mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 21:30:36 +02:00
18 lines
273 B
Plaintext
18 lines
273 B
Plaintext
include(../serversdkint.pri)
|
|
|
|
SDK_ROOT=$$PWD/..
|
|
SDK_TEST_PATH=$$SDK_ROOT/test/data
|
|
|
|
DEFINES += SDK_ROOT='\\"$$SDK_ROOT\\"'
|
|
DEFINES += SDK_TEST_PATH='\\"$$SDK_TEST_PATH\\"'
|
|
|
|
QT += testlib
|
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/test.h
|
|
|
|
SOURCES += \
|
|
$$PWD/test.cpp
|