Bug 50397 - bad binary output with a c++/qmake project/Application
Summary: bad binary output with a c++/qmake project/Application
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-08 10:57 UTC by blackshack
Modified: 2002-11-08 17:52 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 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.