| Summary: | qmake wizard does not remember subproject | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Andrei Schliwa <andrei> |
| Component: | Build tools: QMake | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrei Schliwa
2003-04-23 20:52:47 UTC
Sorry, this bug is not a bug. The root-qmake file (in this case project.pro) must contain TEMPLATE = subdirs instead of TEMPLATE = app Now all works fine for me. |