mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 15:20:44 +02:00
14 lines
188 B
Prolog
14 lines
188 B
Prolog
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += \
|
|
server-sdk/src/serversdk/serversdk.pro \
|
|
src/app \
|
|
test
|
|
|
|
OTHER_FILES += \
|
|
doc/* \
|
|
.gitignore \
|
|
.gitlab-ci.yml \
|