The discussion of separate include and src directories raises a few
questions:
First:
Has the issue of building hierarchical projects using SUBDIRS been solved?
Specifically the issue where changes to sources of a static library do not
trigger a relink of the dependent application. I missed a few threads about
SUBDIRS support, so sorry if this has been discussed. I might be willing to
upgrade to a HEAD version if this problem has been addressed. Having to
remember to touch some source in the main app project is a major pain...
Second, not really a Creator question, but it impacts my use of Creator
significantly:
Is there some trick to using LUPDATE on projects or subprojects where the
sources are not in the same directory as the .PRO/.PRI files? So far I have
not been able to make it work. I have a .PRO with something like:
HEADERS += include/XXX/Version.h \
src/XXXApplication.h \
src/foobar.h
SOURCES += src/XXXApplication.cpp \
src/foobar.cpp
And LUPDATE fails on this completely.
Third, onto the wishing:
Is there any thought to integrating Qt translation tools into Creator? I'm
not even sure what I would want from such a feature. I'm pretty sure I do
*not* want QtLinguist fully integrated into a new panel in Creator, but it
might work best. Maybe some simple code snippets would be enough? Maybe
some build target support on the Projects pane? Is i18n support something
that is being worked on?
I'm using QtCreator 1.2.0 and Qt 4.5 on Mac 10.5.8
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator