mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 21:00:36 +02:00
19 lines
281 B
Plaintext
19 lines
281 B
Plaintext
include(../serversdkint.pri)
|
|
|
|
COLNOD_ROOT=$$PWD/..
|
|
COLNOD_TEST_PATH=$$SDK_ROOT/test/data
|
|
|
|
DEFINES += COLNOD_TEST_PATH='\\"$$COLNOD_TEST_PATH\\"'
|
|
|
|
QT += testlib
|
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/test.h
|
|
|
|
SOURCES += \
|
|
$$PWD/test.cpp
|
|
|
|
include(../src/colnod/colnod.pri)
|