Re: [Qbs] cpp.runtimeLibrary:"static" under MSVC2013

2018-08-22 Thread Christian Kandeler
On Mon, 6 Aug 2018 15:16:10 +0200 Dorian Jicquel wrote: > C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN/link.exe > /nologo /DEBUG /PDB:untitled2.pdb /MACHINE:X86 /APPCONTAINER:NO > /OSVERSION:5.01 "/SUBSYSTEM:CONSOLE,5.01" /MANIFEST:embed >

Re: [Qbs] cpp.runtimeLibrary:"static" under MSVC2013

2018-08-06 Thread Иван Комиссаров
Not sure if that helps, but i got same error with _shared_ linkage when library didn't exported any symbols due to incorrect defines passed to the linker (Q_DECL_EXPORT/Q_DECL_IMPORT); in that case linker doesn't create an empty .lib file (is that a QBS bug, btw?). So you can try checking if the