target info
Posted: Mon Nov 12, 2012 12:44 am
Hi,
I'm basing off the QMake plugin in order to create a scons build script generation
I'm seeing that QMake relies on the user picking a selection about the type of target(console, static lib or dyn lib). see https://codelite.svn.sourceforge.net/sv ... rojdlg.cpp
Isn't this redundant? Does this suggests that there is no explicit way to retrieve the targets for a given project? I would expect the api to return at least one target per project, with such information
I'm basing off the QMake plugin in order to create a scons build script generation
I'm seeing that QMake relies on the user picking a selection about the type of target(console, static lib or dyn lib). see https://codelite.svn.sourceforge.net/sv ... rojdlg.cpp
Isn't this redundant? Does this suggests that there is no explicit way to retrieve the targets for a given project? I would expect the api to return at least one target per project, with such information