On Nov 5, 2015, at 4:13 PM, Ch'Gans <[email protected]<mailto:[email protected]>> 
wrote:

Hi there,

I'm using Qbs exclusively for my project, which is composed of an app,
some libs and plugins.
I've wrote all my qbs files by lamely copying QtC ones and tweeking them a bit.
It has always worked on Linux, but it fails on Windows with MSVC
(MinGW fails too, but it's a different issue)

With MSVC I got an error saying it cannot open <mylib>d.lib (same
error in release mode)

My understanding is that this .lib file contains metadata (linkage
info?), dll's are creating thought.

I'm using the latest Qt SDK release with up to date MSVC2013/64 (AFAIK)

Has anyone encountered this kind of problem before? Any point out welcome.

Regards,
Chris
_______________________________________________
QBS mailing list
[email protected]<mailto:[email protected]>
http://lists.qt-project.org/mailman/listinfo/qbs

Do your DLLs actually have any exported classes/functions? See 
https://bugreports.qt.io/browse/QBS-219 and 
https://wiki.qt.io/How_to_create_a_library_with_Qt_and_use_it_in_an_application#Creating_a_shared_library
--
Jake Petroules - 
[email protected]<mailto:[email protected]>
Consulting Services Engineer - The Qt Company, Inc.

_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to