Bug 61159 - New Class .h goes to wrong target
Summary: New Class .h goes to wrong target
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 3.0.0a4
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-13 00:07 UTC by Ian Wadham
Modified: 2003-07-27 19:04 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 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