You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for the good work, I am interested in using graphviz inside QT.
Unfortunately, I have a link error, but I do not think it comes from the windows, QT or graphviz versions. There is a library I cannot find and I do not know what this library is:
main.obj:-1: error: LNK2019: unresolved external symbol "public: static struct QMetaObject const QGVScene::staticMetaObject" (?staticMetaObject@QGVScene@@2UQMetaObject@@b) referenced in function "public: static class QString __cdecl QGVScene::tr(char const *,char const *,int)" (?tr@QGVScene@@sa?AVQString@@PEBD0H@Z)
Hello,
Thanks for the good work, I am interested in using graphviz inside QT.
Unfortunately, I have a link error, but I do not think it comes from the windows, QT or graphviz versions. There is a library I cannot find and I do not know what this library is:
main.obj:-1: error: LNK2019: unresolved external symbol "public: static struct QMetaObject const QGVScene::staticMetaObject" (?staticMetaObject@QGVScene@@2UQMetaObject@@b) referenced in function "public: static class QString __cdecl QGVScene::tr(char const *,char const *,int)" (?tr@QGVScene@@sa?AVQString@@PEBD0H@Z)
MainWindow.obj:-1: error: LNK2001: unresolved external symbol "public: static struct QMetaObject const QGVScene::staticMetaObject" (?staticMetaObject@QGVScene@@2UQMetaObject@@b)
Any idea where it comes from?
The text was updated successfully, but these errors were encountered: