Summary: | QMake-Manager ignores win32-section in *.pro files (and overrides them!) | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Andreas Pietzowski <andreas> |
Component: | Build tools: QMake | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andreas Pietzowski
2004-02-10 11:12:04 UTC
Looks like we do not handle .pro files "transparently" like we should :( Yes we do :(. Every option unknown to trollproject part is excluded. But I wonder why scope win32 is excluded. Scopes should be handled normally. 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? |