开发者

how do I specify in qmake 4.5's .pro file that i want to ignore a library in msvc8 (2005)

开发者 https://www.devze.com 2022-12-28 03:34 出处:网络
I have a linking problem. It can be solved by specify in msvc8 project properties -> Linker -> Input -> Ignore Specific Library: msvcrtd.lib. That library conflicts with libcpmtd.lib. But can\'t find

I have a linking problem. It can be solved by specify in msvc8 project properties -> Linker -> Input -> Ignore Specific Library: msvcrtd.lib. That library conflicts with libcpmtd.lib. But can't find how to do the same thing in qmake's .pro file that is used to generate the .vcproj file. Grateful for 开发者_JS百科any hint /LG


Write QMAKE_LFLAGS_DEBUG += /NODEFAULTLIB:libcpmtd in you .pro file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号