This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## ///////////////////////////////////////
## 本类库集 主要是数值试井部分,大都以nm开题,Numerical
TEMPLATE = subdirs
include(../functions.pri)
#因为依赖关系问题,从WTAI调试数值代码不太方便,所以从20250616开启,
#不再维护nmNum下面的内容(原本就是为了Demo而写的),直接调用数值模
#块的类库和头文件来进行
addSubdirs(nmXml)
addSubdirs(nmData)
addSubdirs(nmCalculation)
addSubdirs(nmSubWxs)
addSubdirs(nmGUI)
addSubdirs(nmPlot)
addSubdirs(nmSubWnd)
#测试代码仅仅通过nmDemo来完成
#测试demo时,需要注销 #define USE_NM_STANDARD
addSubdirs(nmDemo)
fixDepends()