Available tests:
0. TestQQuickVTKRenderItem
1. TestQQuickVTKRenderItemWidget
2. TestQQuickVTKRenderWindow
To run a test, enter the test number: 1
CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
QML2_IMPORT_PATH: QList("D:/vtk9.2/build/bin/Release", "qrc:/qt-project.org/imports", "D:/vtk9.2/souse/VTK-9.2.2/GUISupport/QtQuick/qml", "D:/QT/6.4.0/msvc2019_64/qml")
QQmlApplicationEngine failed to load component
qrc:/TestQQuickVTKRenderItemWidget.qml:8:1: module "VTK" is not installed
( 2.461s) [main thread ]vtkWindowsTestUtilities:32 ERR| Error: EXCEPTION_ACCESS_VIOLATION
( 3.087s) [main thread ]vtkWindowsTestUtilities:98 ERR| at vtksys::SystemInformation::GetProgramStack
at vtksys::SystemInformation::GetProgramStack
at vtksys::SystemInformation::GetProgramStack
at UnhandledExceptionFilter
at RtlMoveMemory
at _C_specific_handler
at _chkstk
at RtlFindCharInUnicodeString
at KiUserExceptionDispatcher
at QWindow::show
at QWindow::show
at QWindow::show
at QWindow::show
at BaseThreadInitThunk
at RtlUserThreadStart
我想在vs2022中使用qt qml 和vtk进行开发
I want to use qt QML and vtk for development in vs2022