On Tuesday 08 December 2009 14:58:52 ext [email protected] wrote:
> 
> I have two questions today:
> 
> 1. Why can´t I run the executables created by QtCreator?

They should run in the place where they are created.

> It says some like "ming***10.dll is missing".

If you distribute the compiled binary you need to make sure its dependencies
are met, either because they are already present on the target system, or
because you ship them yourself.
 
> 2. I need some kind of chart (a line chart) for various applications I was 
> made on
> VS2005 using Dundas Chart but I need to port to Qt. There is widget or 
> something else to
> do this?

Asking google for "line chart qt" seems to produce interesting output.

Regards,
Andre'

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to