Version: 3.0.0a5 (CVS) (using KDE KDE 3.1.2) Installed from: Slackware Packages Compiler: does not matter OS: Linux The QMake project template does not work at all. 1. there's a src/ directory never used (adding files, they're copied in the project root directory). 2. the class/namespace/everything is empty always. 3. the src/ files are not compiled 4. compiled files are stored in the project root directory The expected behaviour is to have a src/ directory where sources and headers are stored. UI and other files should have a proper directory. All binary files (.o and execs) should go into bin/. The class browser should work.
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).