[Bug 76262] New: Syntax-errors in created *.pro-files within a QMake-Project
Andreas Pietzowski
andreas at pietzowski.de
Fri Feb 27 12:24:05 UTC 2004
------- 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=76262
Summary: Syntax-errors in created *.pro-files within a QMake-
Project
Product: kdevelop
Version: 3.0.1
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel kdevelop org
ReportedBy: andreas pietzowski de
Version: 3.0.1 (using KDE 3.2.0, SuSE)
Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS: Linux (i686) release 2.4.20-4GB
Hi,
I reported this bug first to someone from Trolltech because my software doesn't compile under Windows without changing the pro-file for Windows.
The problem is when I tell KDevelop that I have an additional Libraray-Path to use (lets say ../../lib) then KDevelop adds this line in the pro-file:
QMAKE_LIBDIR = ../../lib
But this produces errors under windows when using qmake because as told from Trolltech QMAKE_LIBDIR should only used internally in the QT-Libs. Andy from TT told me that I have to use
LIBS += ../../lib
instead, where also the "-lmylib"-things are stored.
So it would be nice to see this fixed soon because KDevelop really kicks ass when developing with Qt. But I really need it working platform-independent...
Thanks a lot
Pietz
More information about the KDevelop-devel
mailing list