mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 20:00:37 +02:00
20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
INCLUDEPATH += $$PWD
|
|
#SRC_DIR = $$PWD
|
|
message($$PWD)
|
|
SOURCES += \
|
|
$$PWD/databasemanager.cpp \
|
|
$$PWD/dataprocessor.cpp \
|
|
$$PWD/entity.cpp \
|
|
$$PWD/requestmanager.cpp \
|
|
$$PWD/subject.cpp \
|
|
$$PWD/token.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/databasemanager.h \
|
|
$$PWD/dataprocessor.h \
|
|
$$PWD/entity.h \
|
|
$$PWD/requestmanager.h \
|
|
$$PWD/subject.h \
|
|
$$PWD/token.h
|
|
message($$SOURCES)
|