14 lines
254 B
Prolog
Raw Normal View History

#各子工程按书写顺序编译,清注意各子工程的依赖关系,被依赖的库应写在前面
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
GraphTool \
plugin
2025-03-13 16:20:05 +08:00
TRANSLATIONS += \
product_en.ts\
product_fr.ts