Bug 57622 - qmake wizard does not remember subproject
Summary: qmake wizard does not remember subproject
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: QMake (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-23 20:52 UTC by Andrei Schliwa
Modified: 2003-07-01 19:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.