[Bug 61794] QMake Mangager scrambles dependencies in pro-files (Sources from 29.07.2003)
Tom Lueders
tom.lueders at m.eads.net
Wed Jul 30 18:53: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 tom.lueders at m.eads.net 2003-07-30 18:52 -------
Subject: Re: QMake Mangager scrambles dependencies in pro-files
(Sources from 29.07.2003)
On Wednesday 30 July 2003 18:02, you wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> 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.
Correct.
But theese generated lines are invalid:
LIBS += ../mylib1../lib/libmylib1.a \
../mylib2../lib/libmylib1.a
TARGETDEPS += ../mylib1../lib/libmylib1.a \
../mylib2../lib/libmylib1.a
More information about the KDevelop-devel
mailing list