Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 9.0.0-beta2
-
None
-
Linux
Description
I am testing the QtCreator release 9.0.0_beta2 (and rc1) and have still problems with the editor when selecting a docker-based kit.
Compiling the application works fine from the container, parsing of the QML files is also correct now, but still the c++ files are not parsed correctly. I am using a Ubuntu based docker image with Qt 6.4 installed.
Is this a known issue, or something that is missing from my docker container? Everything in the container seems detected correctly:
Starting auto-detection. This will take a while... Searching toolchains... Searching toolchains of type ICC Searching toolchains of type MinGW Searching toolchains of type GCC Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/V1X00/sysroots/x86_64-cclinuxsdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-g++" Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/V1X00/sysroots/x86_64-cclinuxsdk-linux/usr/bin/aarch64-poky-linux-musl/aarch64-poky-linux-musl-g++" Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/V1X00/sysroots/x86_64-cclinuxsdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc" Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/V1X00/sysroots/x86_64-cclinuxsdk-linux/usr/bin/aarch64-poky-linux-musl/aarch64-poky-linux-musl-gcc" Searching toolchains of type Clang Searching toolchains of type Custom Searching toolchains of type Android Clang Searching toolchains of type QCC 4 new toolchains found. Searching for qmake executables... Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/Qt-6.4.0/bin/qmake" Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/VM/Qt-6.4.0/bin/qmake" Searching CMake binaries... Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/V1X00/sysroots/x86_64-cclinuxsdk-linux/usr/bin/cmake" Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/usr/bin/cmake" Found "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/bin/cmake" Searching debuggers... Found: "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/V1X00/sysroots/x86_64-cclinuxsdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gdb" Found: "docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/V1X00/sysroots/x86_64-cclinuxsdk-linux/usr/bin/aarch64-poky-linux-musl/aarch64-poky-linux-musl-gdb" Searching Python binaries... Found "Python 3.10.4 on Docker Image "asvedberg/v1x00-sdk:2.1.0.0_qt-6.4.0" (6fee070dc788)" (docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/opt/V1X00/sysroots/x86_64-cclinuxsdk-linux/usr/bin/python3) Found "Python 3.8.10 on Docker Image "asvedberg/v1x00-sdk:2.1.0.0_qt-6.4.0" (6fee070dc788)" (docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/usr/bin/python3) Found "Python 3.8.10 on Docker Image "asvedberg/v1x00-sdk:2.1.0.0_qt-6.4.0" (6fee070dc788)" (docker://asvedberg%2fv1x00-sdk:2.1.0.0_qt-6.4.0/bin/python3) Registered kit Docker Image "asvedberg/v1x00-sdk:2.1.0.0_qt-6.4.0" (6fee070dc788) Docker daemon appears to be running.