Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Qt Creator 中构建 QuickFix(FIX Engine) 需要哪些修改?
编辑:编译 QuickFIX 库后,包含 QuickFIX 库并将这些参数添加到项目的 .pro 文件中:
LIBS += \ -fexceptions \ -lpthread \ -lxml2 \ -lz
我还没有弄清楚如何在 Qt Creator 中获取所有内容,然后编译该库。