[Bug 61794] QMake Mangager scrambles dependencies in pro-files (Sources from 29.07.2003)
Alexander Dymo
cloudtemple at mksat.net
Wed Jul 30 17:58:04 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=61794
cloudtemple at mksat.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From cloudtemple at mksat.net 2003-07-30 17:56 -------
This bug should have been fixed in gideon from 29.07. But nevertheless, please
update to current cvs. I've commited yet another small fix. If you still have
problems, make sure you have the correct version of kdevtrollproject library
installed.
Current cvs version will generate:
LIBS += ../mylib1/mylib1.a \
../mylib2/mylib2.a
TARGETDEPS += ../mylib1/mylib1.a \
../mylib2/mylib2.a
Those are correct lines if you link with the static library.
More information about the KDevelop-devel
mailing list