[Bug 74810] QMake-Manager ignores win32-section in *.pro files (and overrides them!)
Andreas Pietzowski
andreas at pietzowski.de
Mon Jul 19 19:30:06 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
------- Additional Comments From andreas pietzowski de 2004-07-19 13:27 -------
It would be nice to see the section like
LIBS += -lmysqlclient
enclosed in brackets for unix like
unix{
LIBS += -lmysqlclient
}
because the lib-defines are very system-specific and with the sections I can use my pro-file under windows AND linux without a problem for each platform. Is there some development-progress in that direction?
More information about the KDevelop-devel
mailing list