[Bug 74810] New: QMake-Manager ignores win32-section in *.pro files (and overrides them!)
Andreas Pietzowski
andreas at pietzowski.de
Tue Feb 10 11:13: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=74810
Summary: QMake-Manager ignores win32-section in *.pro files (and
overrides them!)
Product: kdevelop
Version: 3.0.0
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: andreas at pietzowski.de
Version: 3.0.0 (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 have a Windows project which I also develop and compile under my favourite Desktop (KDE *g*). For that I have to split my *.pro-file a bit like that:
win32{
LIBS += C:\Programme\mysql.lib
}
unix{
LIBS += -lmysqlclient
}
...but kdevekop overrides my *.pro-file everytime and I have to re-insert those lines to enable correct compiling under WinXP.
Would be nice to see this fixed. Perhaps it would also be cool, to set dependencies in the subproject-settings-dialog.
However: KDevelop 3.0 really kicks ass so far - very good work!
Thanks
Pietz
More information about the KDevelop-devel
mailing list