在Issue窗口有个警告: warning: Project WARNING: Debug helper: no such path C:\Qt\Tools\QtCreator\share\qtcreator\debugger
下面 Compile Output 窗口的消息:
20:35:19: Running steps for project CS106…
20:35:19: Starting: “H:\Qt\6.3.1\mingw_64\bin\qmake.exe” C:\CS106\CS106.pro -spec win32-g++ “CONFIG+=debug” “CONFIG+=qml_debug”
20:35:20: The process “H:\Qt\6.3.1\mingw_64\bin\qmake.exe” exited normally.
20:35:20: Starting: “H:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe” -f H:/build-CS106-Desktop_Qt_6_3_1_MinGW_64_bit-Debug/Makefile qmake_all
Active code page: 65001
cd Library\ && H:\Qt\6.3.1\mingw_64\bin\qmake.exe -o Makefile C:\CS106\Library\Library.pro -spec win32-g++ “CONFIG+=debug” “CONFIG+=qml_debug”
Active code page: 65001
Project WARNING: Debug helper: no such path C:\Qt\Tools\QtCreator\share\qtcreator\debugger
cd Library\ && H:/Qt/Tools/mingw1120_64/bin/mingw32-make -f Makefile qmake_all
Active code page: 65001
mingw32-make[1]: Entering directory ‘H:/build-CS106-Desktop_Qt_6_3_1_MinGW_64_bit-Debug/Library’
mingw32-make[1]: Nothing to be done for ‘qmake_all’.
mingw32-make[1]: Leaving directory ‘H:/build-CS106-Desktop_Qt_6_3_1_MinGW_64_bit-Debug/Library’
Active code page: 65001
cd Welcome\ && H:\Qt\6.3.1\mingw_64\bin\qmake.exe -o Makefile C:\CS106\Welcome\Welcome.pro -spec win32-g++ “CONFIG+=debug” “CONFIG+=qml_debug”
Active code page: 65001
cd Welcome\ && H:/Qt/Tools/mingw1120_64/bin/mingw32-make -f Makefile qmake_all
Active code page: 65001
Makefile:389: *** target pattern contains no ‘%’. Stop.
mingw32-make[1]: Entering directory ‘H:/build-CS106-Desktop_Qt_6_3_1_MinGW_64_bit-Debug/Welcome’
mingw32-make[1]: Leaving directory ‘H:/build-CS106-Desktop_Qt_6_3_1_MinGW_64_bit-Debug/Welcome’
mingw32-make: *** [H:/build-CS106-Desktop_Qt_6_3_1_MinGW_64_bit-Debug/Makefile:88: sub-Welcome-qmake_all] Error 2
20:35:25: The process “H:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe” exited with code 2.
Error while building/deploying project CS106 (kit: Desktop Qt 6.3.1 MinGW 64-bit)
When executing step “qmake”
20:35:25: Elapsed time: 00:06.
谢谢!