[Qt-interest] qmake / MinGW and stale libraries

Schimkowitsch Robert Robert.Schimkowitsch at andritz.com
Wed Oct 5 13:52:21 CEST 2011


I currently have a very simple case where the problem occurs.

I have two libraries, and an application
Library B uses Library A
Application uses Library B (and thus inludes both libraries for linking
purposes).

I have all three libraries open as seperate project in Qt Creator

I change something in a cpp file of Library A, and "Build" the project
I "Build" Library B without changing anything (the interfaces haven't
changed)
I "Build" and debug the application. When I step into code of Libary A,
I see the new code, but the instruction pointer behaves like it was the
old code.

It looks like the application wasn't lined with the most up-to-date
library A. I though that CONFIG += create_prl and CONFIG += link_prl
should take care of that, but appearently they don't.

What else could I try?

Kind regards

Robert Schimkowitsch

#####################################################################################
This message and any attachments are solely for the use of the intended recipients. They may contain privileged and/or confidential information or other information protected from disclosure. If you are not an intended recipient, you are hereby notified that you received this email in error and that any review, dissemination, distribution or copying of this email and any attachment is strictly prohibited. If you have received this email in error, please contact the sender and delete the message and any attachment from your system.
Thank You.
  ANDRITZ HYDRO GmbH
  Rechtsform/ Legal form: Gesellschaft mit beschrankter Haftung / Corporation 
  Firmensitz/ Registered seat: Wien 
  Firmenbuchgericht/ Court of registry: Handelsgericht Wien 
  Firmenbuchnummer/ Company registration: FN 61833 g
  DVR: 0605077 
  UID-Nr.: ATU14756806
#####################################################################################




More information about the Qt-interest-old mailing list