[Qt-interest] dll problem

Thiago Macieira thiago.macieira at trolltech.com
Mon Dec 8 08:59:05 CET 2008


Evan Teran wrote:
>Thanks for the info, I have some ideas about what it could be. I'll be
>sure to post to the list when I find a perminant solution. Part of my
>problem is that my original dev environment is Linux and so I don't
>quite have my debugging tools setup quite in a comfortable way yet, so
>it's hard to pin down the exact cause.

Hello Evan

Here's a suggestion: add this to your .pro file:
linux-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF

This will make your compilation fail on Linux the same way it would on 
Windows if you don't have your dependencies straight. It makes every 
single module resolve all of its symbols at link time, or else the linker 
fails.

-- 
Thiago Macieira - thiago.macieira (AT) nokia.com
  Senior Software Engineer - Nokia, Qt Software
  Qt Software is hiring - ask me
      Sandakerveien 116, NO-0402 Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20081208/f73dd380/attachment.bin 


More information about the Qt-interest-old mailing list