mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 23:40:40 +02:00
23 lines
390 B
Plaintext
23 lines
390 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
CONFIG += c++14
|
|
|
|
|
|
SOURCES += \
|
|
$$PWD/colnodapi.cpp \
|
|
$$PWD/data.cpp \
|
|
$$PWD/databaseapi.cpp \
|
|
$$PWD/subject.cpp \
|
|
$$PWD/syncmanager.cpp \
|
|
$$PWD/token.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/colnodapi.h \
|
|
$$PWD/data.h \
|
|
$$PWD/databaseapi.h \
|
|
$$PWD/subject.h \
|
|
$$PWD/syncmanager.h \
|
|
$$PWD/token.h
|
|
|
|
include(../../server-sdk/serversdk.pri)
|