Bug 51322

Summary: Usability: METASOURCES=AUTO not added to "makefile.am" of subproject
Product: [Applications] kdevelop Reporter: Manuel Fierlbeck <manuel.fierlbeck>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: chris
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Manuel Fierlbeck 2002-11-29 13:47:21 UTC
Version:            (using KDE KDE 3.0.9)
Compiler:          gcc-2.95.3 
OS:          Linux

1. Create a new KDE project.
2. Create a subproject.
QT .moc handling is not configured for the subproject, leading to
linker errors when the project is built. You have to add "METASOURCES=AUTO"
manually to the subproject's makefile.am and run automake and configure.
It would be better, especially for newbies, if .moc handling is added per
default.
Comment 1 Chris Thompson 2003-04-11 22:14:26 UTC
Alternatively, it would be great if there was some way, after initial project file creation, 
to add Qt support manually (but through the menu options). 
Comment 2 Chris Thompson 2003-04-11 22:16:48 UTC
This wishlist item seems to be valid for Gideon as well as KDevelop 2. 
Comment 3 Hamish Rodda 2003-06-14 11:48:29 UTC
Subject: kdevelop/parts/autoproject

CVS commit by rodda: 

Deal with METASOURCES=AUTO on a subproject level
CCMAIL:51322-done@bugs.kde.org

Ask user if they would like to restart their currently running program if they
try to execute their program while another instance is running. Requires support
from outputviews (about to be committed)


  M +8 -8      addsubprojectdlg.cpp   1.16
  M +15 -0     autoprojectpart.cpp   1.95
  M +1 -0      autoprojectpart.h   1.33
  M +18 -8     subprojectoptionsdlg.cpp   1.21
  M +240 -231  subprojectoptionsdlgbase.ui   1.13