| Summary: | Recheck influence of conditional compilation on syntax colouring and code navigation | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Markus Elfring <Markus.Elfring> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | REOPENED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.2.4 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Markus Elfring
2018-10-23 15:07:23 UTC
Where did you configure the build parameters? What build system are you using? KDevelop is likely just not "seeing" the custom -DUSE_... params. Needs more info. (In reply to Kevin Funk from comment #1) I am using the setting “-g -DUSE_…” for the build variable “CMAKE_CXX_FLAGS_DEBUG” for another software evolution at the moment. (In reply to Kevin Funk from comment #1) Would a reload of the selected project be sufficient for the activation of changed software build parameters? Does the development environment monitor any corresponding configuration files? |