[vtkusers] Compile VTK+QT for release

John Drescher drescherjm at gmail.com
Mon Dec 12 11:01:27 EST 2011


On Mon, Dec 12, 2011 at 10:58 AM, Alex Southern <mrapsouthern at gmail.com> wrote:
> Not sure, but probably not as im using the open source license not the
> commercial one.
>
> I built the libraries myself from the source code using the guide at
> http://www.holoborodko.com/pavel/2011/02/01/how-to-compile-qt-4-7-with-visual-studio-2010/
>
> and in my Qt 4.7.4-64bit/bin folder there are a bunch of dll's including
> QtCore4.dll etc...
>
> So i guess it is a completely dynamic library.
>
> Could this mean im missing Qt dll's?

You are missing these if you did not copy them to the bin folder of
your application on his machine. Also remember that Qt open source
requires you to build Qt as dlls and not use it as static libraries.
If you want static libraries you need a commercial license.

John



More information about the vtkusers mailing list