[Qt-interest] how to save "dependency" with a set of projects in Qt Creator?
J-P Nurmi
jpnurmi at gmail.com
Sun May 9 19:58:26 CEST 2010
On Sun, May 9, 2010 at 8:51 PM, James Yan <james.pizza at gmail.com> wrote:
> does Qt Creator have any file like *.sln (solution file) of MS Visual C++,
> which can make a set of projects in order.
> now, i just have to load every project, then set the dependency for each
> other in the "projects panel" in Qt Creator.
How about something like this?
bar.depends = foo
SUBDIRS += foo bar
--
J-P Nurmi
More information about the Qt-interest-old
mailing list