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