Re: [QBS] How to use linking dependences of the third-party libraries [part2]

2015-02-03 Thread Denis Shienkov
Ok. Clear, thanks. 2015-02-02 16:56 GMT+03:00 Christian Kandeler < christian.kande...@theqtcompany.com>: > On 02/01/2015 08:35 PM, Denis Shienkov wrote: > > Ahhh... Seems, it works with "dynamiclibrary_copy" instead of > > "dynamiclibrary_import ", > > but I'm not sure that it is correctly.. > >

Re: [QBS] How to use linking dependences of the third-party libraries [part2]

2015-02-02 Thread Christian Kandeler
On 02/01/2015 08:35 PM, Denis Shienkov wrote: > Ahhh... Seems, it works with "dynamiclibrary_copy" instead of > "dynamiclibrary_import ", > but I'm not sure that it is correctly.. Yes, that's what we link against for gcc-like toolchains. It's a bit of an implementation detail, though. Christian

Re: [QBS] How to use linking dependences of the third-party libraries [part2]

2015-02-01 Thread Denis Shienkov
Ahhh... Seems, it works with "dynamiclibrary_copy" instead of "dynamiclibrary_import ", but I'm not sure that it is correctly.. 01.02.2015 22:22, Denis Shienkov пишет: Hi all. I want to create a wrapper around of existing 3rd DLL on windows as a separate product. This solution works only wit

[QBS] How to use linking dependences of the third-party libraries [part2]

2015-02-01 Thread Denis Shienkov
Hi all. I want to create a wrapper around of existing 3rd DLL on windows as a separate product. This solution works only with the MSVC compiler, as says in here (in previous thread): http://lists.qt-project.org/pipermail/qbs/2014-May/000807.html My current snippet: = dllwrap.qbs = importqb