[Bug 61794] QMake Mangager scrambles dependencies in pro-files (Sources from 29.07.2003)
Alexander Dymo
cloudtemple at mksat.net
Wed Jul 30 18:03: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
------- Additional Comments From cloudtemple at mksat.net 2003-07-30 18:02 -------
Oops, correct lines are
LIBS += ../mylib2/libmylib2.a \
../mylib1/libmylib1.a
TARGETDEPS += ../mylib2/libmylib2.a \
../mylib1/libmylib1.a
This implies that the directory structure is
/src
/mylib1
/mylib2
And we are considering src.pro and mylib1 and mylib2 are static libs.
More information about the KDevelop-devel
mailing list