CodeLite QMake projects' suggestions...

General questions regarding the usage of CodeLite
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

CodeLite QMake projects' suggestions...

Post by jiapei100 »

QMake plugin of CodeLite is cool.
However, it has an obvious shortcoming.

Unlike other projects using "make", only a single library file ".a" or a single executable file has been produced in the folder "Debug",
QMake related project produces all ".o" files into the folder "Debug".

I'm wondering if you can keep all projects in the same style?
As for me, I prefer, even for QMake projects, it's better to create a "Debug" folder in "src" folder and corresponding "subfolders", and put all ".o" files under this "Debug", rather than the project "Debug".

It's better to keep project "Debug" folder clean, and only contains ".a" or the executable file, nothing else.
Also, this will keep the same style as non-QMake projects.

How do you think of it??

Best Regards
JIA
Welcome to Vision Open
http://www.visionopen.com