[vtkusers] QVTKWidget visual studio 2017 linking issue

Mike Chinander chinander at gmail.com
Wed Jan 2 10:48:56 EST 2019


QVTKWidgetPlugin lib is for Qt's Designer application, not for your
application (i.e., doesn't provide QVTKWidget). Can you show your
CMakeLists.txt file?

On Wed, Jan 2, 2019 at 9:36 AM massinissa bandou <
massinissa.bandou at gmail.com> wrote:

> I have built VTK 7.1.1 with Qt5 on windows platform with visual studio
> 2017.
> I have copied QVTKWidgetPlugin.lib to Qt lib as well as
> QVTKWidgetPlugin.dll
> in Qt plugin folder. I have also obtained the QVTKWidget when opening Qt
> designer. I created a new Qt project on visual studio and included the
> headers and linked it with libraries generated by Cmake when building VTK.
> However I got the following linking problem when compiling my project:
>
> /MainWindow.obj : *error LNK2019: unresolved external symbol "public:
> __cdecl QVTKWidget::QVTKWidget*(class QWidget *,class QFlags<enum
> Qt::WindowType>)"
> (??0QVTKWidget@@QEAA at PEAVQWidget@@V?$QFlags at W4WindowType@Qt@@@@@Z)
> referenced in function "public: void __cdecl
> Ui_MainWindowClass::setupUi(class QMainWindow *)"
> (?setupUi at Ui_MainWindowClass@@QEAAXPEAVQMainWindow@@@Z)
>
> 1>C:\Users\massi\OneDrive\Desktop\ImageAnalyzer\ImageAnalyzer\x64\Release\\ImageAnalyzer.exe
> : fatal error LNK1120: 1 unresolved externals/
>
> Can you help me on this matter?
>
> Thanks in advance!
>
> Massinissa Bandou
>
>
>
>
> -----
> Software Design Engineer
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20190102/89306f95/attachment.html>


More information about the vtkusers mailing list