3d Course, TrainingSandbox will not work
-
Hello, I tried to start the 3d course, I followed the instructions several times. I git cloned from https://git.qt.io/annichol/TrainingSandbox. I open project in Creator and choose CMakeLists.txt
I get three errors every time.
C:\Qt2\6.7.2\msvc2019_64\lib\cmake\Qt6Core\Qt6CoreMacros.cmake:743:EVAL:1: error: Failed to scan target trainingSandbox for QML imports: 1
:-1: error: The command "C:\Qt2\Tools\CMake_64\bin\cmake.exe -S "C:/Users/Administrator/Documents/- All Projects/- VSCODE APPS/- 3 - 2 COMPILED FINISHED 2/QT TRAINING/TrainingSandbox" -B "C:/Users/Administrator/Documents/- All Projects/- VSCODE APPS/- 3 - 2 COMPILED FINISHED 2/QT TRAINING/TrainingSandbox/build/Desktop_Qt_6_7_2_MSVC2019_64bit-Debug"" terminated with exit code 1.
:-1: error: CMake project configuration failed. No CMake configuration for build type "Debug" found.
-
Hey there!
Do you have this problem just with opening this project or other projects as well?
Did you do the recursive cloning of the submodules using git?
Using Qt Creator 13 and Qt 6.7.2 on Windows I was able to build the project using this kit:
Have you tried with any other Qt versions or installations?