CodeLite QMake projects' suggestions...
Posted: Sat Jan 16, 2010 5:12 am
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
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