Bug 51322 - Usability: METASOURCES=AUTO not added to "makefile.am" of subproject
Summary: Usability: METASOURCES=AUTO not added to "makefile.am" of subproject
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-29 13:47 UTC by Manuel Fierlbeck
Modified: 2003-06-14 11:48 UTC (History)
1 user (show)

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 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