1 Star 0 Fork 0

mashen666/QUaServer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
examples.pro 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
# NOTE : had to move this pro file to repo's root directory because
# qmake does not work well on Linux when a subdir is out of $$PWD
TEMPLATE = subdirs
# names
SUBDIRS += \
00_amalgamation \
01_basics \
02_methods \
03_references \
04_types \
05_server \
06_users \
07_encryption \
08_events \
09_serialization \
10_historizing \
11_alarms_conditions
# directories
00_amalgamation.subdir = $$PWD/src/amalgamation
01_basics.subdir = $$PWD/examples/01_basics
02_methods.subdir = $$PWD/examples/02_methods
03_references.subdir = $$PWD/examples/03_references
04_types.subdir = $$PWD/examples/04_types
05_server.subdir = $$PWD/examples/05_server
06_users.subdir = $$PWD/examples/06_users
07_encryption.subdir = $$PWD/examples/07_encryption
08_events.subdir = $$PWD/examples/08_events
09_serialization.subdir = $$PWD/examples/09_serialization
10_historizing.subdir = $$PWD/examples/10_historizing
11_alarms_conditions.subdir = $$PWD/examples/11_alarms_conditions
# dependencies
00_amalgamation.depends =
01_basics.depends = 00_amalgamation
02_methods.depends = 00_amalgamation
03_references.depends = 00_amalgamation
04_types.depends = 00_amalgamation
05_server.depends = 00_amalgamation
06_users.depends = 00_amalgamation
07_encryption.depends = 00_amalgamation
08_events.depends = 00_amalgamation
09_serialization.depends = 00_amalgamation
10_historizing.depends = 00_amalgamation
11_alarms_conditions.depends = 00_amalgamation
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mashen666/QUaServer.git
git@gitee.com:mashen666/QUaServer.git
mashen666
QUaServer
QUaServer
master

搜索帮助