Linked by Thom Holwerda on Fri 18th Feb 2011 23:29 UTC

Thread beginning with comment 463225
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Running without Qt
by marcell on Sat 19th Feb 2011 02:11
in reply to "RE[2]: Running without Qt"
ok, sorry. i probably got it wrong. my point is that qt *is* very important for writing the vm and of course that after vm being finished/compiled you don't need qt anymore to run it. still, there is a probably quite easier integration with systems which are based on qt (e.g. meego).
RE[4]: Running without Qt
by vodoomoth on Mon 21st Feb 2011 13:52
in reply to "RE[3]: Running without Qt"
i probably got it wrong. my point is that qt *is* very important for writing the vm and of course that after vm being finished/compiled you don't need qt anymore to run it.
Hmm, no. Libraries used to develop a code are usually also needed at runtime; otherwise there's no point in using them. The only exception I know of is unit test libraries, which are useless after the product is released. Unless Qt is used by the development tools and not by the product itself, Qt is needed at runtime. It may be linked in a static way but it's definitely there.
Edited 2011-02-21 13:53 UTC
Member since:
2010-06-09
Please note that I said "doesn't play a big role *here*" (answering Thom's question). Why else would Benoit say that Qt can be eliminated from the equation?