Summary: | QMake project not working | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Sensei <senseiwa> |
Component: | Build tools: QMake | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.0a5 | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sensei
2003-07-16 16:38:20 UTC
QMake project template is organized in the following way: bin/ - for executable target file src/ - for source files and any files generated by the compiler To add a file into src just select it in QMake Manager view. If you want to have separate directories for object and intermediate files, go to subproject configuration (right-click on src subproject in QMake Manager view) and choose "Intermediate Locations" tab. Classes and namespaces view work if files were correctly added to a project. I've commited "Choose Subproject" dialog. Now Qmake manager won't let you to add files onto a "subdirs" subproject (like "/" that is selected by default when opening a project). |