Bug 61159

Summary: New Class .h goes to wrong target
Product: [Applications] kdevelop Reporter: Ian Wadham <iandw.au>
Component: Language Support: CPP (old)Assignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.0a4   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ian Wadham 2003-07-13 00:07:06 UTC
Version:           3.0.0a4 (using KDE 3.1.1)
Installed from:    SuSE
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

Used Project. New Class to create a class.  Both generated files
were put into the "bin" (executable) project target.  I think the .h
file should go in "noinst" with the other headers.
Comment 1 Alexander Dymo 2003-07-23 23:46:25 UTC
Do you use automake project manager or qmake project manager? 
Comment 2 Ian Wadham 2003-07-24 02:03:06 UTC
Subject: Re:  New Class .h goes to wrong target         

----- Original Message ----- 
From: "Alexander Dymo" <cloudtemple@mksat.net>
To: <ianw@netspace.net.au>
Sent: Thursday, July 24, 2003 7:46 AM
Subject: [Bug 61159] New Class .h goes to wrong target


> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=61159
> cloudtemple@mksat.net changed:
>
>            What    |Removed                     |Added
> --------------------------------------------------------------------------
--
>              Status|NEW                         |UNCONFIRMED
>
>
>
> ------- Additional Comments From cloudtemple@mksat.net  2003-07-23
23:46 -------
> Do you use automake project manager or qmake project manager?

I use automake and I have two executable targets.  The generated .h goes
into
the file list for the current executable target, but should go into
"noinst".

Comment 3 Alexander Dymo 2003-07-27 19:04:25 UTC
Subject: kdevelop/parts/autoproject

CVS commit by dymo: 

Add header files to noinst_HEADERS list (the previous behaviour was to add it to _SOURCES).
CCMAIL: 61159-done@bugs.kde.org


  M +12 -0     autoprojectwidget.cpp   1.77
  M +25 -18    autosubprojectview.cpp   1.13
  M +9 -0      autosubprojectview.h   1.4
  M +25 -11    choosetargetdialog.cpp   1.13