[Qt-interest] Problem in created DLL using QT

Srdjan Todorovic todorovic.s at googlemail.com
Fri Oct 9 12:04:35 CEST 2009


Hi,

On 09/10/2009, Chakresh Sharma <cxs at tetrahedrix.com> wrote:

> I tried to test my created dll, so i wrote a simple program in VC++ .NET.
> using functions of the dll created in QT.

>    - If a library is created using QT and I deploy it to another machine
>    which does not have QT ----------does it like that QT need to be
> installed
>    there. (I think it should not be the case at all).

If your dll is a Qt dll (a dll you created that uses Qt classes), then
you must have been planning to make an application that links to this
library and also the Qt libraries. Therefore, you need Qt to also be
installed.

Srdjan



More information about the Qt-interest-old mailing list