Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
6.4.0 Beta2
Description
Install Qt6.4.0 beta2 snapshot (tested with gcc_64) and configure example qml/dynamicscene:
/home/qt/RTA/631/6.3.1/gcc_64/bin/qt-cmake -S /home/qt/RTA/631/Examples/Qt-6.3.1/qml/dynamicscene -B /home/qt/RTA/631/Examples/Qt-6.3.1/qml/dynamicscene/bld_gcc_64 -GNinja
Finishes fine.
Compile in /home/qt/RTA/631/Examples/Qt-6.3.1/qml/dynamicscene/bld_gcc_64: cmake --build .
->
[29/41] Building CXX object CMakeFiles/dynamicsceneexample.dir/main.cpp.o
FAILED: CMakeFiles/dynamicsceneexample.dir/main.cpp.o
/usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_QMLINTEGRATION_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -I/home/johanna/RTA/Qt_6.4.0/Examples/Qt-6.4.0/qml/dynamicscene/bld_gcc_64 -I/home/johanna/RTA/Qt_6.4.0/Examples/Qt-6.4.0/qml/dynamicscene -I/home/johanna/RTA/Qt_6.4.0/Examples/Qt-6.4.0/qml/dynamicscene/bld_gcc_64/dynamicsceneexample_autogen/include -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtQml/6.4.0 -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtQml/6.4.0/QtQml -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtCore/6.4.0 -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtCore/6.4.0/QtCore -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtCore -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/mkspecs/linux-g++ -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtQml -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtQmlIntegration -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtNetwork -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtGui -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtQuick -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtQmlModels -isystem /home/johanna/RTA/Qt_6.4.0/6.4.0/gcc_64/include/QtOpenGL -fPIC -pthread -std=gnu++17 -MD -MT CMakeFiles/dynamicsceneexample.dir/main.cpp.o -MF CMakeFiles/dynamicsceneexample.dir/main.cpp.o.d -o CMakeFiles/dynamicsceneexample.dir/main.cpp.o -c /home/johanna/RTA/Qt_6.4.0/Examples/Qt-6.4.0/qml/dynamicscene/main.cpp
/home/johanna/RTA/Qt_6.4.0/Examples/Qt-6.4.0/qml/dynamicscene/main.cpp:3:10: fatal error: ../../quick/shared/shared.h: No such file or directory
3 | #include "../../quick/shared/shared.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[38/41] Building CXX object CMakeFiles/dynamicsceneexample.dir/bld_gcc_64/.rcc/qmlcache/dynamicsceneexample_dynamicscene_qml.cpp.o
ninja: build stopped: subcommand failed.
Compiles fine with Qt6.3.1 gcc_64 binaries.