Open TeamFahQ opened 3 months ago
What am I missing?
4.x was forked from prusaslicer. 5.x is a new fork from Orca.
they completely erased, and erased the entire history of anything before 5.x this year, in 2024.
iow, you are not going to get any help with 4.x.
feel free to scream about no linux version here: https://github.com/CrealityOfficial/CrealityPrint/issues/183
I'm trying to compile v release-v4.3.8 in linux, but there are so many errors. The README states cmake, git, python3.7+, conan 1.50, compiler toolchains should be installed But it's not very specific as the what toolchains are to be used. Thru trial by fire I found the following needed to be installed Qt5Multimedia, ninja-build, qtmultimedia5-dev, Qt5Svg-dev, Qt5SerialPort-dev, qttools5-dev,Qt5WebSockets, linuxdeployqt I had issues with linuxdeployqt. From what I found with an internet search linuxdeployqt-continuous-x86_64.AppImage should work, so I downloaded it. Tried to launch it, but it fails to launch on it's own. Figured I'd let cmake try it. I couldn't figure out where to put it though, so I added the path manually to CMakeCache.txt. Now I'm getting the following errors, google isn't much help, and I'm kinda stuck
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "qtuser_3d" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) qtuser_3d/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "qtuser_3d" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) qtuser_3d/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "qtuser_3d" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) qtuser_3d/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "shader_entity" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) shader_entity/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "shader_entity" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) shader_entity/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "shader_entity" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) shader_entity/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "shader_entity" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) shader_entity/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "shader_entity" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) shader_entity/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "shader_entity" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (__add_real_target) shader_entity/CMakeLists.txt:21 (__add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "cxgcode" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) cxgcode/CMakeLists.txt:12 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "cxgcode" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) cxgcode/CMakeLists.txt:12 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "cxgcode" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) cxgcode/CMakeLists.txt:12 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "BasicKernel" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) kernel/BasicKernel/CMakeLists.txt:42 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "BasicKernel" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) kernel/BasicKernel/CMakeLists.txt:42 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "BasicKernel" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) kernel/BasicKernel/CMakeLists.txt:42 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "BasicKernel" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) kernel/BasicKernel/CMakeLists.txt:42 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "BasicKernel" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) kernel/BasicKernel/CMakeLists.txt:42 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "BasicKernel" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): cmake/lib.cmake:44 (add_real_target) kernel/BasicKernel/CMakeLists.txt:42 (add_common_library)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_cx3d_exporter" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_cx3d_exporter/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_cx3d_exporter" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_cx3d_exporter/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_cx3d_exporter" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_cx3d_exporter/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_cx3d_exporter" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_cx3d_exporter/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_cx3d_exporter" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_cx3d_exporter/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_cx3d_exporter" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_cx3d_exporter/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_info" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_info/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_info" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_info/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_info" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_info/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_info" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_info/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_info" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_info/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_info" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_info/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_letter" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_letter/CMakeLists.txt:2 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_letter" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_letter/CMakeLists.txt:2 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_letter" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_letter/CMakeLists.txt:2 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_letter" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_letter/CMakeLists.txt:2 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_letter" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_letter/CMakeLists.txt:2 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_letter" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_letter/CMakeLists.txt:2 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_pick_bottom" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_pick_bottom/CMakeLists.txt:3 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_pick_bottom" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_pick_bottom/CMakeLists.txt:3 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_pick_bottom" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_pick_bottom/CMakeLists.txt:3 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_pick_bottom" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_pick_bottom/CMakeLists.txt:3 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_pick_bottom" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_pick_bottom/CMakeLists.txt:3 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_pick_bottom" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_pick_bottom/CMakeLists.txt:3 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_simple_support" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_simple_support/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_simple_support" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_simple_support/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_simple_support" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_simple_support/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_simple_support" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_simple_support/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_simple_support" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_simple_support/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_simple_support" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_simple_support/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_split" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_split/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_split" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_split/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_split" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_split/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_split" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_split/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_split" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_split/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_split" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_split/CMakeLists.txt:7 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_repairnew" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_repairnew/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_repairnew" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_repairnew/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_repairnew" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_repairnew/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_repairnew" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_repairnew/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_repairnew" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_repairnew/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_repairnew" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_repairnew/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_photo_mesh" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_photo_mesh/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_photo_mesh" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_photo_mesh/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_photo_mesh" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_photo_mesh/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_photo_mesh" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_photo_mesh/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_photo_mesh" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_photo_mesh/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_photo_mesh" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_photo_mesh/CMakeLists.txt:9 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_laser" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_laser/CMakeLists.txt:10 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_laser" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_laser/CMakeLists.txt:10 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_laser" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_laser/CMakeLists.txt:10 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_laser" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_laser/CMakeLists.txt:10 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_laser" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_laser/CMakeLists.txt:10 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_laser" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_laser/CMakeLists.txt:10 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_localnet" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_localnet/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_localnet" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_localnet/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_localnet" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_localnet/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_localnet" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_localnet/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_localnet" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_localnet/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_localnet" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_localnet/CMakeLists.txt:8 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_usb_print" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_usb_print/CMakeLists.txt:14 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_usb_print" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_usb_print/CMakeLists.txt:14 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_usb_print" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_usb_print/CMakeLists.txt:14 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_usb_print" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_usb_print/CMakeLists.txt:14 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_usb_print" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_usb_print/CMakeLists.txt:14 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_usb_print" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_usb_print/CMakeLists.txt:14 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_hollow" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_hollow/CMakeLists.txt:13 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_hollow" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_hollow/CMakeLists.txt:13 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_hollow" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_hollow/CMakeLists.txt:13 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_hollow" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_hollow/CMakeLists.txt:13 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_hollow" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_hollow/CMakeLists.txt:13 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_hollow" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_hollow/CMakeLists.txt:13 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_drill" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_drill/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_drill" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_drill/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_drill" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_drill/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_drill" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_drill/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_drill" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_drill/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_drill" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_drill/CMakeLists.txt:5 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_distance_measure" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_distance_measure/CMakeLists.txt:4 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_distance_measure" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_distance_measure/CMakeLists.txt:4 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_distance_measure" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_distance_measure/CMakeLists.txt:4 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_distance_measure" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_distance_measure/CMakeLists.txt:4 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_distance_measure" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_distance_measure/CMakeLists.txt:4 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:212 (add_library): Target "plugin_distance_measure" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): plugins/CMakeLists.txt:6 (__add_real_target) plugins/plugin_distance_measure/CMakeLists.txt:4 (add_kernel_plugin)
CMake Error at cmake/ConfigureTarget.cmake:202 (add_executable): Target "Creative3D" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): Creative3D/CMakeLists.txt:90 (__add_real_target)
CMake Error at cmake/ConfigureTarget.cmake:202 (add_executable): Target "Creative3D" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): Creative3D/CMakeLists.txt:90 (__add_real_target)
CMake Error at cmake/ConfigureTarget.cmake:202 (add_executable): Target "Creative3D" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): Creative3D/CMakeLists.txt:90 (__add_real_target)
CMake Error at cmake/ConfigureTarget.cmake:202 (add_executable): Target "Creative3D" links to target "Qt5::3DRender" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): Creative3D/CMakeLists.txt:90 (__add_real_target)
CMake Error at cmake/ConfigureTarget.cmake:202 (add_executable): Target "Creative3D" links to target "Qt5::3DExtras" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): Creative3D/CMakeLists.txt:90 (__add_real_target)
CMake Error at cmake/ConfigureTarget.cmake:202 (add_executable): Target "Creative3D" links to target "Qt5::3DRenderPrivate" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): Creative3D/CMakeLists.txt:90 (__add_real_target)