mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 11:50:37 +02:00
17 lines
251 B
Plaintext
17 lines
251 B
Plaintext
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)
|