[Qt-creator] Project Tree
Denis Kormalev
kormalev.denis at gmail.com
Wed Mar 25 11:26:13 CET 2009
On Wed, Mar 25, 2009 at 13:03, <eike.ziller at nokia.com> wrote:
> Hi,
> I can't quote in a decent way with this stupid web mail client...
>
> I'm pretty sure that you don't want to create virtual folders by hand for
> these files that come from somewhere else (though I actually would highly
> recommend to avoid absolute paths in .pro files whereever possible- it makes
> moving to different platforms more difficult).
> These kind of "deep" folder structures could be reduced to a single
> "folder" entry where "it makes sense". E.g. something like that:
>
> myproject.pro:
> SOURCES += /absolute/path/file.cpp \
> ../relativepath/foo.cpp \
> subdir/bar.cpp \
> subdir/deep/bla.cpp \
> directfile.cpp
>
> * myproject
> * myproject.pro
> * /absolute/path
> * file.cpp
> * ../relativepath
> * foo.cpp
> * subdir
> * deep
> * bla.cpp
> * bar.cpp
> * directfile.cpp
>
> What do you think? Suggestions welcome :)
>
As I think such variant is pretty good. But I think it should have option to
make it in small way (empty folders are reduced to one path) or to make it
in traditional way (as in filesystem).
Denis Kormalev (Black Tass).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090325/67efb825/attachment.html
More information about the Qt-creator-old
mailing list