how do I specify in qmake 4.5's .pro file that i want to ignore a library in msvc8 (2005)
Posted
by lgwest
on Stack Overflow
See other posts from Stack Overflow
or by lgwest
Published on 2010-04-21T10:43:06Z
Indexed on
2010/04/28
8:43 UTC
Read the original article
Hit count: 216
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 any hint /LG
© Stack Overflow or respective owner