Compilation failed :( tst_raycasting.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall TestNamespace::Qt3D::QBoundingVolumeProvider::~QBoundingVolumeProvider(void)" (__imp_??1QBoundingVolumeProvider@Qt3D@TestNamespace@@UAE@XZ) referenced in function __unwindfunclet$??0MyBoudingVolumesProvider@@QAE@V?$QVector@PAVQBoundingVolume@Qt3D@TestNamespace@@@TestNamespace@@@Z$0 tst_raycasting.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) const TestNamespace::Qt3D::QBoundingVolumeProvider::`vftable'" (__imp_??_7QBoundingVolumeProvider@Qt3D@TestNamespace@@6B@) referenced in function "public: virtual __thiscall MyBoudingVolumesProvider::~MyBoudingVolumesProvider(void)" (??1MyBoudingVolumesProvider@@UAE@XZ) release\tst_raycasting.exe : fatal error LNK1120: 2 unresolved externals
Build log: http://testresults.qt.io/ci/Qt3D_5.5_Integration/build_00268/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/5.5_1439124378): http://codereview.qt-project.org/123034 [PS1] - Make concrete collider types inherit from QAbstractCollider http://codereview.qt-project.org/123033 [PS1] - Add QAbstractCollider type http://codereview.qt-project.org/123032 [PS1] - Add QGeometryCollider C++ and QML types http://codereview.qt-project.org/123031 [PS2] - Add QCapsuleCollider C++ and QML types http://codereview.qt-project.org/123030 [PS1] - Add QBoxCollider C++ and QML types http://codereview.qt-project.org/123029 [PS1] - Add some properties to QSphereCollider http://codereview.qt-project.org/123028 [PS1] - Fix class name in logic QML plugin http://codereview.qt-project.org/123027 [PS1] - Add collision aspect QML plugin http://codereview.qt-project.org/123026 [PS1] - Add new collision aspect http://codereview.qt-project.org/123025 [PS1] - Remove unused member variable http://codereview.qt-project.org/123024 [PS1] - Remove vtable from QRay3D http://codereview.qt-project.org/109395 [PS19] - QRayCastingService implementation using bounding volumes http://codereview.qt-project.org/109315 [PS15] - Collision detection service skeleton _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
