Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.8.0 RC
-
None
Description
Qt Creator 14.0.1
Device: Raspberry Pi4 64 bit with Qt 6.8.0 RC
Steps to reproduce:
- Open the example on Windows- https://doc.qt.io/qt-6/qtquick-quickwidgets-qquickwidgetversuswindow-opengl-example.html
- Select Boot2Qt Kit and try to build the project.
Expected: The app is built.
Actual: Getting error while compiling the project:
Boot2Qt_6_8_0_Raspberry_Pi_Development_Boards_64bit-Debug/.rcc/qmlcache/qquickwidgetversuswindow_opengl_qmlcache_loader.cpp C:/Qt/Examples/Qt-6.8.0/quick/quickwidgets/qquickwidgetversuswindow_opengl/build/Boot2Qt_6_8_0_Raspberry_Pi_Development_Boards_64bit-Debug/.rcc/qmlcache/qquickwidgetversuswindow_opengl_qmlcache_loader.cpp:58:1: fatal error: opening dependency file CMakeFiles\qquickwidgetversuswindow_opengl.dir\432e971ac39443b9fdb8ce0f53c13ff6\qquickwidgetversuswindow_opengl_qmlcache_loader.cpp.o.d: No such file or directory 58 | } | ^ compilation terminated. ninja: build stopped: subcommand failed. 19:34:24: The process "C:\Qt\6.8.0\Boot2Qt\raspberrypi-armv8\toolchain\sysroots\x86_64-w64-mingw32\usr\bin\cmake.exe" exited with code 1. Error while building/deploying project qquickwidgetversuswindow_opengl (kit: Boot2Qt 6.8.0 Raspberry Pi Development Boards (64bit)) When executing step "Build"
Note: This scenario works when building on Linux for Boot2Qt kit or building on windows for desktop kit.
Attachments
Issue Links
- duplicates
-
QTBUG-117413 CMake build system: Help users manage long build folder paths
- Reported
- relates to
-
QTQAINFRA-6591 Qt Test Attack - Q3, 2024
- Open