[Bug 58513] New: QMake manager scrambles project files to unusebility
Tom Lueders
tom.lueders at m.eads.net
Thu May 15 09:13:06 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=58513
Summary: QMake manager scrambles project files to unusebility
Product: kdevelop
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: tom.lueders at m.eads.net
Version: 3.0.0a4 (using KDE 3.1.1)
Installed from: SuSE
Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS: Linux (i686) release 2.4.20-64GB-SMP
In one of the qmake subprojects dialogs I added some libraries from inside the project and some from outside.
The result in the *.pro file is not valid:
LIBS += -luuid \
-lrt \ #external libraries works
../items../lib/libitems.a \ #the following internal library strings are invalid
../symbols../lib/libsymbols.a \
../gui../lib/libgui.a \
../shared../lib/libshared.a
TARGETDEPS += ../items../lib/libitems.a \ #the following target deps strings are invalid
../symbols../lib/libsymbols.a \
../gui../lib/libgui.a \
../shared../lib/libshared.a
More information about the KDevelop-devel
mailing list