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
views:
37answers:
1
+1
A:
Write QMAKE_LFLAGS_DEBUG += /NODEFAULTLIB:libcpmtd
in you .pro file.
epatel
2010-04-28 08:38:37