-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTargomanAPI.pro
More file actions
30 lines (28 loc) · 912 Bytes
/
Copy pathTargomanAPI.pro
File metadata and controls
30 lines (28 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
################################################################################
# QBuildSystem
#
# Copyright(c) 2021 by Targoman Intelligent Processing <http://tip.co.ir>
#
# Redistribution and use in source and binary forms are allowed under the
# terms of BSD License 2.0.
################################################################################
include($$QBUILD_PATH/templates/projectConfigs.pri)
addSubdirs(Interfaces, Dependencies)
addSubdirs(App, Interfaces)
addSubdirs(ModuleHelpers, Interfaces)
addSubdirs(Modules, App)
addSubdirs(unitTest, Modules)
# +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-#
OTHER_FILES += \
README.md \
INSTALL \
Dockerfile \
conf/test.conf \
conf/invalidPass.tbl \
conf/api.server.conf \
conf/api.conf \
Docs/Models/Accounting.scxml \
dumpDBSchema-all.sh \
runTargomanAPI.sh \
SwaggerUI/* \
Docker/*