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 4.8.0 的 .pro 文件中添加什么来禁用特定的 MSVC 链接器警告(显然是使用 MSVC 构建)?
具体来说,我想禁用链接器警告 4099(我无法生成的缺失 PDB 文件)。
您可以添加QMAKE_LFLAGS += /ignore:4099到您的 .pro 文件中。
QMAKE_LFLAGS += /ignore:4099