Bug 57622

Summary: qmake wizard does not remember subproject
Product: [Applications] kdevelop Reporter: Andrei Schliwa <andrei>
Component: Build tools: QMakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrei Schliwa 2003-04-23 20:52:47 UTC
Version:           gideon 3.0.0.a4 (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          gcc version 2.95.3 20010315 (Suse) 
OS:          Linux

step 1: using Qmake wizard a subproject (sources) has been added,
-> automatically a new directory appeared. 
A file sources.pro was generated.
The project.pro received a line 
SUBDIRS += sources
.
step 2: After restarting gideon, no subproject sources appears in the qmake-part. The files previously added to the subproject are no longer marked as beeing part of the project (File Tree).
Comment 1 Andrei Schliwa 2003-04-23 22:17:14 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.