# VTK9.3.0 , cross compile cloud not export qt quick plugin

**URL:** https://discourse.vtk.org/t/vtk9-3-0-cross-compile-cloud-not-export-qt-quick-plugin/13767
**Category:** Support
**Created:** [April 22, 2024, 7:58am UTC](https://discourse.vtk.org/t/vtk9-3-0-cross-compile-cloud-not-export-qt-quick-plugin/13767 "2024-04-22T07:58:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nocanstillbb](https://discourse.vtk.org/user_avatar/discourse.vtk.org/nocanstillbb/32/8261_2.png) [@nocanstillbb](https://discourse.vtk.org/u/nocanstillbb)
#### Post date: [April 22, 2024, 7:58am UTC](https://discourse.vtk.org/t/vtk9-3-0-cross-compile-cloud-not-export-qt-quick-plugin/13767/1 "2024-04-22T07:58:04Z")

</div>

vtk export qt quick plugin is using qmlplugindump  
but qmlplugindump unable to support cross-compile .  
see : [There are no plugin.qmltypes files with the plugins · Issue #108 · qml-box2d/qml-box2d · GitHub](https://github.com/qml-box2d/qml-box2d/issues/108)

```bash
root@7bbad34ef872:/repos/github/VTK/build# cmake -DCMAKE_TOOLCHAIN_FILE=/repos/vcpkg/toolchains/arm64-jetson-xavier-nx.cmake -DQMAK_EXECUTABLE=/build/xavier-nx/bin/qmake -GNinja -DVTK_REQUIRE_LARGE_FILE_SUPPORT=ON -DVTK_MODULE_ENABLE_VTK_RenderingQt:STRING=YES -DVTK_MODULE_ENABLE_VTK_ViewsQt:STRING=YES -DVTK_GROUP_ENABLE_Qt:STRING=YES -DVTK_MODULE_ENABLE_VTK_GUISupportQt:STRING=YES -DVTK_MODULE_ENABLE_VTK_GUISupportQtQuick:STRING=YES -DVTK_MODULE_ENABLE_VTK_libproj:STRING=NO -DVTK_USE_CUDA:BOOL=ON ..
CMake Error at ThirdParty/hdf5/vtkhdf5/config/cmake/ConfigureChecks.cmake:355 (list):
  list index: 1 out of range (-1, 0)
Call Stack (most recent call first):
  ThirdParty/hdf5/vtkhdf5/CMakeLists.txt:503 (include)

CMake Error at GUISupport/QtQuick/qml/CMakeLists.txt:74 (message):
  qmlplugindump executable not found.

  It is required to generate the qmltypes file for VTK Qml plugin.

-- Configuring incomplete, errors occurred!

```

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.vtk.org/u/ben.boeckel)
#### Post date: [April 27, 2024, 6:57pm UTC](https://discourse.vtk.org/t/vtk9-3-0-cross-compile-cloud-not-export-qt-quick-plugin/13767/2 "2024-04-27T18:57:36Z")

</div>

What are we supposed to do in this case?
