mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 19:40:37 +02:00
19 lines
205 B
Prolog
19 lines
205 B
Prolog
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
|
|
SUBDIRS += \
|
|
src/serversdk \
|
|
src/testapp \
|
|
test \
|
|
|
|
|
|
OTHER_FILES += \
|
|
.gitlab-ci.yml \
|
|
scripts/* \
|
|
doc/Doxy* \
|
|
doc/pages/* \
|
|
*.pri \
|
|
|