[vtkusers] QVTKWidget HelloWorld example?
Michael Rice
marice at knology.net
Sat Apr 8 12:26:00 EDT 2006
What *exactly* is the problem? The CMakeLists.txt file you posted was
for some "hello world" application that has nothing to do with
building the QVTKWidgetPlugin.
The QVTKWidgetPlugin is only so you can build user interfaces that
use the QVTKWidget within Qt Designer. You never link to it in your
applications - that is what the QVTK library is for. The
QVTKWidgetPlugin library is built when you build VTK, assuming you
select the appropriate options when running CMake. After the
QVTKWidgetPlugin library is built, you need to copy it to the $QTDIR/
plugins/designer directory.
On Apr 8, 2006, at 4:49 AM, Carlos Capdepon wrote:
>
> > Any answer about QVTKWidgetPlugin linking errors? :-(--
>
> My Error is compiling QVTKWidgetPlugin from VTK project.
> QVTKWidgetPlugin.dll is not builded. Why?
>
>
> --
> Un saludo,
> "Carlos Capdepón" < carlos.capdepon at gmail.com>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/
> Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list