[QBS] Lib problems with MSVC
Petroules Jake EXT
Jake.Petroules at theqtcompany.com
Fri Nov 6 01:58:54 CET 2015
On Nov 5, 2015, at 4:13 PM, Ch'Gans <chgans at gna.org<mailto:chgans at gna.org>> 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
QBS at qt-project.org<mailto:QBS at qt-project.org>
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 - jake.petroules at theqtcompany.com<mailto:jake.petroules at theqtcompany.com>
Consulting Services Engineer - The Qt Company, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20151106/29718153/attachment.html>
More information about the Qbs
mailing list