Bug 50397

Summary: bad binary output with a c++/qmake project/Application
Product: [Applications] kdevelop Reporter: blackshack <florent.ruard-dumaine>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description blackshack 2002-11-08 10:57:33 UTC
Version:           3.0.0 (using KDE 3.0.4)
Installed from:    SuSE
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

on a suse 8.1, with qt 3.0.5 gcc 3.2, once time the binary ouput of a cmake project>application, is not loacted in bin/ directory with the name's project but located in src/ directory with src name.
Comment 1 Harald Fernengel 2002-11-08 17:52:12 UTC
That's the default behaviour. "make install" will move the files into the right directories.