| Summary: | Running an application not possible | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Thomas McGuire <mcguire> |
| Component: | run support | Assignee: | Andreas Pakulat <apaku> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kdevelop-bugs-null |
| Priority: | VHI | ||
| Version First Reported In: | git master | ||
| Target Milestone: | 1.0.0 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas McGuire
2009-02-01 19:49:43 UTC
This can be reproduced with the simplest CMake file: PROJECT(Test) ADD_EXECUTABLE(Test main.cpp) yeah, the target support in the run config is completely broken. The completion complete's only folders as far as I can see, not targets. This works just fine now with the new launch framework. |