Advertisement
Guest User

QCustomPlot errors

a guest
Apr 8th, 2015
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.87 KB | None | 0 0
  1. qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPLayer::metaObject(void)const " (?metaObject@QCPLayer@@UBEPBUQMetaObject@@XZ)
  2. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPLayer::qt_metacast(char const *)" (?qt_metacast@QCPLayer@@UAEPAXPBD@Z)
  3. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPLayer::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPLayer@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  4. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPLayerable::metaObject(void)const " (?metaObject@QCPLayerable@@UBEPBUQMetaObject@@XZ)
  5. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPLayerable::qt_metacast(char const *)" (?qt_metacast@QCPLayerable@@UAEPAXPBD@Z)
  6. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPLayerable::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPLayerable@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  7. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPLayerable::layerChanged(class QCPLayer *)" (?layerChanged@QCPLayerable@@QAEXPAVQCPLayer@@@Z) referenced in function "protected: bool __thiscall QCPLayerable::moveToLayer(class QCPLayer *,bool)" (?moveToLayer@QCPLayerable@@IAE_NPAVQCPLayer@@_N@Z)
  8. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPMarginGroup::metaObject(void)const " (?metaObject@QCPMarginGroup@@UBEPBUQMetaObject@@XZ)
  9. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPMarginGroup::qt_metacast(char const *)" (?qt_metacast@QCPMarginGroup@@UAEPAXPBD@Z)
  10. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPMarginGroup::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPMarginGroup@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  11. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPLayoutElement::metaObject(void)const " (?metaObject@QCPLayoutElement@@UBEPBUQMetaObject@@XZ)
  12. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPLayoutElement::qt_metacast(char const *)" (?qt_metacast@QCPLayoutElement@@UAEPAXPBD@Z)
  13. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPLayoutElement::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPLayoutElement@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  14. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPLayout::metaObject(void)const " (?metaObject@QCPLayout@@UBEPBUQMetaObject@@XZ)
  15. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPLayout::qt_metacast(char const *)" (?qt_metacast@QCPLayout@@UAEPAXPBD@Z)
  16. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPLayout::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPLayout@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  17. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPLayoutGrid::metaObject(void)const " (?metaObject@QCPLayoutGrid@@UBEPBUQMetaObject@@XZ)
  18. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPLayoutGrid::qt_metacast(char const *)" (?qt_metacast@QCPLayoutGrid@@UAEPAXPBD@Z)
  19. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPLayoutGrid::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPLayoutGrid@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  20. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPLayoutInset::metaObject(void)const " (?metaObject@QCPLayoutInset@@UBEPBUQMetaObject@@XZ)
  21. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPLayoutInset::qt_metacast(char const *)" (?qt_metacast@QCPLayoutInset@@UAEPAXPBD@Z)
  22. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPLayoutInset::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPLayoutInset@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  23. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPGrid::metaObject(void)const " (?metaObject@QCPGrid@@UBEPBUQMetaObject@@XZ)
  24. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPGrid::qt_metacast(char const *)" (?qt_metacast@QCPGrid@@UAEPAXPBD@Z)
  25. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPGrid::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPGrid@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  26. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPAxis::metaObject(void)const " (?metaObject@QCPAxis@@UBEPBUQMetaObject@@XZ)
  27. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPAxis::qt_metacast(char const *)" (?qt_metacast@QCPAxis@@UAEPAXPBD@Z)
  28. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPAxis::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPAxis@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  29. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAxis::ticksRequest(void)" (?ticksRequest@QCPAxis@@QAEXXZ) referenced in function "protected: virtual void __thiscall QCPAxis::setupTickVectors(void)" (?setupTickVectors@QCPAxis@@MAEXXZ)
  30. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAxis::rangeChanged(class QCPRange const &)" (?rangeChanged@QCPAxis@@QAEXABVQCPRange@@@Z) referenced in function "public: void __thiscall QCPAxis::moveRange(double)" (?moveRange@QCPAxis@@QAEXN@Z)
  31. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAxis::rangeChanged(class QCPRange const &,class QCPRange const &)" (?rangeChanged@QCPAxis@@QAEXABVQCPRange@@0@Z) referenced in function "public: void __thiscall QCPAxis::moveRange(double)" (?moveRange@QCPAxis@@QAEXN@Z)
  32. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAxis::scaleTypeChanged(enum QCPAxis::ScaleType)" (?scaleTypeChanged@QCPAxis@@QAEXW4ScaleType@1@@Z) referenced in function "public: void __thiscall QCPAxis::setScaleType(enum QCPAxis::ScaleType)" (?setScaleType@QCPAxis@@QAEXW4ScaleType@1@@Z)
  33. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAxis::selectionChanged(class QFlags<enum QCPAxis::SelectablePart> const &)" (?selectionChanged@QCPAxis@@QAEXABV?$QFlags@W4SelectablePart@QCPAxis@@@@@Z) referenced in function "public: void __thiscall QCPAxis::setSelectedParts(class QFlags<enum QCPAxis::SelectablePart> const &)" (?setSelectedParts@QCPAxis@@QAEXABV?$QFlags@W4SelectablePart@QCPAxis@@@@@Z)
  34. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAxis::selectableChanged(class QFlags<enum QCPAxis::SelectablePart> const &)" (?selectableChanged@QCPAxis@@QAEXABV?$QFlags@W4SelectablePart@QCPAxis@@@@@Z) referenced in function "public: void __thiscall QCPAxis::setSelectableParts(class QFlags<enum QCPAxis::SelectablePart> const &)" (?setSelectableParts@QCPAxis@@QAEXABV?$QFlags@W4SelectablePart@QCPAxis@@@@@Z)
  35. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPAbstractPlottable::metaObject(void)const " (?metaObject@QCPAbstractPlottable@@UBEPBUQMetaObject@@XZ)
  36. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPAbstractPlottable::qt_metacast(char const *)" (?qt_metacast@QCPAbstractPlottable@@UAEPAXPBD@Z)
  37. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPAbstractPlottable::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPAbstractPlottable@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  38. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAbstractPlottable::selectionChanged(bool)" (?selectionChanged@QCPAbstractPlottable@@QAEX_N@Z) referenced in function "public: void __thiscall QCPAbstractPlottable::setSelected(bool)" (?setSelected@QCPAbstractPlottable@@QAEX_N@Z)
  39. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAbstractPlottable::selectableChanged(bool)" (?selectableChanged@QCPAbstractPlottable@@QAEX_N@Z) referenced in function "public: void __thiscall QCPAbstractPlottable::setSelectable(bool)" (?setSelectable@QCPAbstractPlottable@@QAEX_N@Z)
  40. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPAbstractItem::metaObject(void)const " (?metaObject@QCPAbstractItem@@UBEPBUQMetaObject@@XZ)
  41. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPAbstractItem::qt_metacast(char const *)" (?qt_metacast@QCPAbstractItem@@UAEPAXPBD@Z)
  42. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPAbstractItem::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPAbstractItem@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  43. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAbstractItem::selectionChanged(bool)" (?selectionChanged@QCPAbstractItem@@QAEX_N@Z) referenced in function "public: void __thiscall QCPAbstractItem::setSelected(bool)" (?setSelected@QCPAbstractItem@@QAEX_N@Z)
  44. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAbstractItem::selectableChanged(bool)" (?selectableChanged@QCPAbstractItem@@QAEX_N@Z) referenced in function "public: void __thiscall QCPAbstractItem::setSelectable(bool)" (?setSelectable@QCPAbstractItem@@QAEX_N@Z)
  45. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCustomPlot::metaObject(void)const " (?metaObject@QCustomPlot@@UBEPBUQMetaObject@@XZ)
  46. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCustomPlot::qt_metacast(char const *)" (?qt_metacast@QCustomPlot@@UAEPAXPBD@Z)
  47. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCustomPlot::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCustomPlot@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  48. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::mouseDoubleClick(class QMouseEvent *)" (?mouseDoubleClick@QCustomPlot@@QAEXPAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  49. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::mousePress(class QMouseEvent *)" (?mousePress@QCustomPlot@@QAEXPAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  50. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::mouseMove(class QMouseEvent *)" (?mouseMove@QCustomPlot@@QAEXPAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  51. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::mouseRelease(class QMouseEvent *)" (?mouseRelease@QCustomPlot@@QAEXPAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  52. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::mouseWheel(class QWheelEvent *)" (?mouseWheel@QCustomPlot@@QAEXPAVQWheelEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::wheelEvent(class QWheelEvent *)" (?wheelEvent@QCustomPlot@@MAEXPAVQWheelEvent@@@Z)
  53. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::plottableClick(class QCPAbstractPlottable *,class QMouseEvent *)" (?plottableClick@QCustomPlot@@QAEXPAVQCPAbstractPlottable@@PAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  54. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::plottableDoubleClick(class QCPAbstractPlottable *,class QMouseEvent *)" (?plottableDoubleClick@QCustomPlot@@QAEXPAVQCPAbstractPlottable@@PAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  55. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::itemClick(class QCPAbstractItem *,class QMouseEvent *)" (?itemClick@QCustomPlot@@QAEXPAVQCPAbstractItem@@PAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  56. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::itemDoubleClick(class QCPAbstractItem *,class QMouseEvent *)" (?itemDoubleClick@QCustomPlot@@QAEXPAVQCPAbstractItem@@PAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  57. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::axisClick(class QCPAxis *,enum QCPAxis::SelectablePart,class QMouseEvent *)" (?axisClick@QCustomPlot@@QAEXPAVQCPAxis@@W4SelectablePart@2@PAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  58. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::axisDoubleClick(class QCPAxis *,enum QCPAxis::SelectablePart,class QMouseEvent *)" (?axisDoubleClick@QCustomPlot@@QAEXPAVQCPAxis@@W4SelectablePart@2@PAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  59. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::legendClick(class QCPLegend *,class QCPAbstractLegendItem *,class QMouseEvent *)" (?legendClick@QCustomPlot@@QAEXPAVQCPLegend@@PAVQCPAbstractLegendItem@@PAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  60. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::legendDoubleClick(class QCPLegend *,class QCPAbstractLegendItem *,class QMouseEvent *)" (?legendDoubleClick@QCustomPlot@@QAEXPAVQCPLegend@@PAVQCPAbstractLegendItem@@PAVQMouseEvent@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  61. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::titleClick(class QMouseEvent *,class QCPPlotTitle *)" (?titleClick@QCustomPlot@@QAEXPAVQMouseEvent@@PAVQCPPlotTitle@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  62. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::titleDoubleClick(class QMouseEvent *,class QCPPlotTitle *)" (?titleDoubleClick@QCustomPlot@@QAEXPAVQMouseEvent@@PAVQCPPlotTitle@@@Z) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  63. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::selectionChangedByUser(void)" (?selectionChangedByUser@QCustomPlot@@QAEXXZ) referenced in function "protected: virtual void __thiscall QCustomPlot::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QCustomPlot@@MAEXPAVQMouseEvent@@@Z)
  64. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::beforeReplot(void)" (?beforeReplot@QCustomPlot@@QAEXXZ) referenced in function "public: void __thiscall QCustomPlot::replot(enum QCustomPlot::RefreshPriority)" (?replot@QCustomPlot@@QAEXW4RefreshPriority@1@@Z)
  65. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCustomPlot::afterReplot(void)" (?afterReplot@QCustomPlot@@QAEXXZ) referenced in function "public: void __thiscall QCustomPlot::replot(enum QCustomPlot::RefreshPriority)" (?replot@QCustomPlot@@QAEXW4RefreshPriority@1@@Z)
  66. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPAxisRect::metaObject(void)const " (?metaObject@QCPAxisRect@@UBEPBUQMetaObject@@XZ)
  67. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPAxisRect::qt_metacast(char const *)" (?qt_metacast@QCPAxisRect@@UAEPAXPBD@Z)
  68. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPAxisRect::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPAxisRect@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  69. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPAbstractLegendItem::metaObject(void)const " (?metaObject@QCPAbstractLegendItem@@UBEPBUQMetaObject@@XZ)
  70. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPAbstractLegendItem::qt_metacast(char const *)" (?qt_metacast@QCPAbstractLegendItem@@UAEPAXPBD@Z)
  71. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPAbstractLegendItem::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPAbstractLegendItem@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  72. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAbstractLegendItem::selectionChanged(bool)" (?selectionChanged@QCPAbstractLegendItem@@QAEX_N@Z) referenced in function "public: void __thiscall QCPAbstractLegendItem::setSelected(bool)" (?setSelected@QCPAbstractLegendItem@@QAEX_N@Z)
  73. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPAbstractLegendItem::selectableChanged(bool)" (?selectableChanged@QCPAbstractLegendItem@@QAEX_N@Z) referenced in function "public: void __thiscall QCPAbstractLegendItem::setSelectable(bool)" (?setSelectable@QCPAbstractLegendItem@@QAEX_N@Z)
  74. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPPlottableLegendItem::metaObject(void)const " (?metaObject@QCPPlottableLegendItem@@UBEPBUQMetaObject@@XZ)
  75. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPPlottableLegendItem::qt_metacast(char const *)" (?qt_metacast@QCPPlottableLegendItem@@UAEPAXPBD@Z)
  76. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPPlottableLegendItem::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPPlottableLegendItem@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  77. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPLegend::metaObject(void)const " (?metaObject@QCPLegend@@UBEPBUQMetaObject@@XZ)
  78. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPLegend::qt_metacast(char const *)" (?qt_metacast@QCPLegend@@UAEPAXPBD@Z)
  79. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPLegend::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPLegend@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  80. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPLegend::selectionChanged(class QFlags<enum QCPLegend::SelectablePart>)" (?selectionChanged@QCPLegend@@QAEXV?$QFlags@W4SelectablePart@QCPLegend@@@@@Z) referenced in function "public: void __thiscall QCPLegend::setSelectedParts(class QFlags<enum QCPLegend::SelectablePart> const &)" (?setSelectedParts@QCPLegend@@QAEXABV?$QFlags@W4SelectablePart@QCPLegend@@@@@Z)
  81. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPLegend::selectableChanged(class QFlags<enum QCPLegend::SelectablePart>)" (?selectableChanged@QCPLegend@@QAEXV?$QFlags@W4SelectablePart@QCPLegend@@@@@Z) referenced in function "public: void __thiscall QCPLegend::setSelectableParts(class QFlags<enum QCPLegend::SelectablePart> const &)" (?setSelectableParts@QCPLegend@@QAEXABV?$QFlags@W4SelectablePart@QCPLegend@@@@@Z)
  82. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPPlotTitle::metaObject(void)const " (?metaObject@QCPPlotTitle@@UBEPBUQMetaObject@@XZ)
  83. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPPlotTitle::qt_metacast(char const *)" (?qt_metacast@QCPPlotTitle@@UAEPAXPBD@Z)
  84. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPPlotTitle::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPPlotTitle@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  85. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPPlotTitle::selectionChanged(bool)" (?selectionChanged@QCPPlotTitle@@QAEX_N@Z) referenced in function "public: void __thiscall QCPPlotTitle::setSelected(bool)" (?setSelected@QCPPlotTitle@@QAEX_N@Z)
  86. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPPlotTitle::selectableChanged(bool)" (?selectableChanged@QCPPlotTitle@@QAEX_N@Z) referenced in function "public: void __thiscall QCPPlotTitle::setSelectable(bool)" (?setSelectable@QCPPlotTitle@@QAEX_N@Z)
  87. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPColorScaleAxisRectPrivate::metaObject(void)const " (?metaObject@QCPColorScaleAxisRectPrivate@@UBEPBUQMetaObject@@XZ)
  88. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPColorScaleAxisRectPrivate::qt_metacast(char const *)" (?qt_metacast@QCPColorScaleAxisRectPrivate@@UAEPAXPBD@Z)
  89. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPColorScaleAxisRectPrivate::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPColorScaleAxisRectPrivate@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  90. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPColorScale::metaObject(void)const " (?metaObject@QCPColorScale@@UBEPBUQMetaObject@@XZ)
  91. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPColorScale::qt_metacast(char const *)" (?qt_metacast@QCPColorScale@@UAEPAXPBD@Z)
  92. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPColorScale::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPColorScale@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  93. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPColorScale::dataRangeChanged(class QCPRange)" (?dataRangeChanged@QCPColorScale@@QAEXVQCPRange@@@Z) referenced in function "public: void __thiscall QCPColorScale::setDataRange(class QCPRange const &)" (?setDataRange@QCPColorScale@@QAEXABVQCPRange@@@Z)
  94. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPColorScale::dataScaleTypeChanged(enum QCPAxis::ScaleType)" (?dataScaleTypeChanged@QCPColorScale@@QAEXW4ScaleType@QCPAxis@@@Z) referenced in function "public: void __thiscall QCPColorScale::setDataScaleType(enum QCPAxis::ScaleType)" (?setDataScaleType@QCPColorScale@@QAEXW4ScaleType@QCPAxis@@@Z)
  95. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPColorScale::gradientChanged(class QCPColorGradient)" (?gradientChanged@QCPColorScale@@QAEXVQCPColorGradient@@@Z) referenced in function "public: void __thiscall QCPColorScale::setGradient(class QCPColorGradient const &)" (?setGradient@QCPColorScale@@QAEXABVQCPColorGradient@@@Z)
  96. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPGraph::metaObject(void)const " (?metaObject@QCPGraph@@UBEPBUQMetaObject@@XZ)
  97. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPGraph::qt_metacast(char const *)" (?qt_metacast@QCPGraph@@UAEPAXPBD@Z)
  98. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPGraph::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPGraph@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  99. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPCurve::metaObject(void)const " (?metaObject@QCPCurve@@UBEPBUQMetaObject@@XZ)
  100. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPCurve::qt_metacast(char const *)" (?qt_metacast@QCPCurve@@UAEPAXPBD@Z)
  101. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPCurve::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPCurve@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  102. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPBarsGroup::metaObject(void)const " (?metaObject@QCPBarsGroup@@UBEPBUQMetaObject@@XZ)
  103. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPBarsGroup::qt_metacast(char const *)" (?qt_metacast@QCPBarsGroup@@UAEPAXPBD@Z)
  104. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPBarsGroup::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPBarsGroup@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  105. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPBars::metaObject(void)const " (?metaObject@QCPBars@@UBEPBUQMetaObject@@XZ)
  106. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPBars::qt_metacast(char const *)" (?qt_metacast@QCPBars@@UAEPAXPBD@Z)
  107. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPBars::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPBars@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  108. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPStatisticalBox::metaObject(void)const " (?metaObject@QCPStatisticalBox@@UBEPBUQMetaObject@@XZ)
  109. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPStatisticalBox::qt_metacast(char const *)" (?qt_metacast@QCPStatisticalBox@@UAEPAXPBD@Z)
  110. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPStatisticalBox::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPStatisticalBox@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  111. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPColorMap::metaObject(void)const " (?metaObject@QCPColorMap@@UBEPBUQMetaObject@@XZ)
  112. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPColorMap::qt_metacast(char const *)" (?qt_metacast@QCPColorMap@@UAEPAXPBD@Z)
  113. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPColorMap::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPColorMap@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  114. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPColorMap::dataRangeChanged(class QCPRange)" (?dataRangeChanged@QCPColorMap@@QAEXVQCPRange@@@Z) referenced in function "public: void __thiscall QCPColorMap::setDataRange(class QCPRange const &)" (?setDataRange@QCPColorMap@@QAEXABVQCPRange@@@Z)
  115. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPColorMap::dataScaleTypeChanged(enum QCPAxis::ScaleType)" (?dataScaleTypeChanged@QCPColorMap@@QAEXW4ScaleType@QCPAxis@@@Z) referenced in function "public: void __thiscall QCPColorMap::setDataScaleType(enum QCPAxis::ScaleType)" (?setDataScaleType@QCPColorMap@@QAEXW4ScaleType@QCPAxis@@@Z)
  116. 1>qcustomplot.obj : error LNK2019: unresolved external symbol "public: void __thiscall QCPColorMap::gradientChanged(class QCPColorGradient)" (?gradientChanged@QCPColorMap@@QAEXVQCPColorGradient@@@Z) referenced in function "public: void __thiscall QCPColorMap::setGradient(class QCPColorGradient const &)" (?setGradient@QCPColorMap@@QAEXABVQCPColorGradient@@@Z)
  117. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPFinancial::metaObject(void)const " (?metaObject@QCPFinancial@@UBEPBUQMetaObject@@XZ)
  118. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPFinancial::qt_metacast(char const *)" (?qt_metacast@QCPFinancial@@UAEPAXPBD@Z)
  119. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPFinancial::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPFinancial@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  120. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemStraightLine::metaObject(void)const " (?metaObject@QCPItemStraightLine@@UBEPBUQMetaObject@@XZ)
  121. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemStraightLine::qt_metacast(char const *)" (?qt_metacast@QCPItemStraightLine@@UAEPAXPBD@Z)
  122. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemStraightLine::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemStraightLine@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  123. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemLine::metaObject(void)const " (?metaObject@QCPItemLine@@UBEPBUQMetaObject@@XZ)
  124. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemLine::qt_metacast(char const *)" (?qt_metacast@QCPItemLine@@UAEPAXPBD@Z)
  125. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemLine::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemLine@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  126. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemCurve::metaObject(void)const " (?metaObject@QCPItemCurve@@UBEPBUQMetaObject@@XZ)
  127. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemCurve::qt_metacast(char const *)" (?qt_metacast@QCPItemCurve@@UAEPAXPBD@Z)
  128. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemCurve::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemCurve@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  129. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemRect::metaObject(void)const " (?metaObject@QCPItemRect@@UBEPBUQMetaObject@@XZ)
  130. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemRect::qt_metacast(char const *)" (?qt_metacast@QCPItemRect@@UAEPAXPBD@Z)
  131. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemRect::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemRect@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  132. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemText::metaObject(void)const " (?metaObject@QCPItemText@@UBEPBUQMetaObject@@XZ)
  133. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemText::qt_metacast(char const *)" (?qt_metacast@QCPItemText@@UAEPAXPBD@Z)
  134. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemText::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemText@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  135. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemEllipse::metaObject(void)const " (?metaObject@QCPItemEllipse@@UBEPBUQMetaObject@@XZ)
  136. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemEllipse::qt_metacast(char const *)" (?qt_metacast@QCPItemEllipse@@UAEPAXPBD@Z)
  137. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemEllipse::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemEllipse@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  138. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemPixmap::metaObject(void)const " (?metaObject@QCPItemPixmap@@UBEPBUQMetaObject@@XZ)
  139. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemPixmap::qt_metacast(char const *)" (?qt_metacast@QCPItemPixmap@@UAEPAXPBD@Z)
  140. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemPixmap::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemPixmap@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  141. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemTracer::metaObject(void)const " (?metaObject@QCPItemTracer@@UBEPBUQMetaObject@@XZ)
  142. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemTracer::qt_metacast(char const *)" (?qt_metacast@QCPItemTracer@@UAEPAXPBD@Z)
  143. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemTracer::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemTracer@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  144. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QCPItemBracket::metaObject(void)const " (?metaObject@QCPItemBracket@@UBEPBUQMetaObject@@XZ)
  145. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QCPItemBracket::qt_metacast(char const *)" (?qt_metacast@QCPItemBracket@@UAEPAXPBD@Z)
  146. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QCPItemBracket::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QCPItemBracket@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
  147. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPLayout::staticMetaObject" (?staticMetaObject@QCPLayout@@2UQMetaObject@@B)
  148. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPAxis::staticMetaObject" (?staticMetaObject@QCPAxis@@2UQMetaObject@@B)
  149. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPAbstractPlottable::staticMetaObject" (?staticMetaObject@QCPAbstractPlottable@@2UQMetaObject@@B)
  150. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPAbstractItem::staticMetaObject" (?staticMetaObject@QCPAbstractItem@@2UQMetaObject@@B)
  151. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCustomPlot::staticMetaObject" (?staticMetaObject@QCustomPlot@@2UQMetaObject@@B)
  152. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPAxisRect::staticMetaObject" (?staticMetaObject@QCPAxisRect@@2UQMetaObject@@B)
  153. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPAbstractLegendItem::staticMetaObject" (?staticMetaObject@QCPAbstractLegendItem@@2UQMetaObject@@B)
  154. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPPlottableLegendItem::staticMetaObject" (?staticMetaObject@QCPPlottableLegendItem@@2UQMetaObject@@B)
  155. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPLegend::staticMetaObject" (?staticMetaObject@QCPLegend@@2UQMetaObject@@B)
  156. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPPlotTitle::staticMetaObject" (?staticMetaObject@QCPPlotTitle@@2UQMetaObject@@B)
  157. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPGraph::staticMetaObject" (?staticMetaObject@QCPGraph@@2UQMetaObject@@B)
  158. 1>qcustomplot.obj : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QCPColorMap::staticMetaObject" (?staticMetaObject@QCPColorMap@@2UQMetaObject@@B)
  159. 1>C:\...\Experiments.exe : fatal error LNK1120: 158 unresolved externals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement