mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 13:10:45 +02:00
fix endlines
This commit is contained in:
parent
0eafa20283
commit
2ce5a025a9
@ -1,22 +1,22 @@
|
|||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
|
|
||||||
CONFIG += c++14
|
CONFIG += c++14
|
||||||
|
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
$$PWD/colnodapi.cpp \
|
$$PWD/colnodapi.cpp \
|
||||||
$$PWD/data.cpp \
|
$$PWD/data.cpp \
|
||||||
$$PWD/databaseapi.cpp \
|
$$PWD/databaseapi.cpp \
|
||||||
$$PWD/subject.cpp \
|
$$PWD/subject.cpp \
|
||||||
$$PWD/syncmanager.cpp \
|
$$PWD/syncmanager.cpp \
|
||||||
$$PWD/token.cpp
|
$$PWD/token.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$PWD/colnodapi.h \
|
$$PWD/colnodapi.h \
|
||||||
$$PWD/data.h \
|
$$PWD/data.h \
|
||||||
$$PWD/databaseapi.h \
|
$$PWD/databaseapi.h \
|
||||||
$$PWD/subject.h \
|
$$PWD/subject.h \
|
||||||
$$PWD/syncmanager.h \
|
$$PWD/syncmanager.h \
|
||||||
$$PWD/token.h
|
$$PWD/token.h
|
||||||
|
|
||||||
include(../../server-sdk/serversdk.pri)
|
include(../../server-sdk/serversdk.pri)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user