Qt 5.15.2 qmake stuck
-
I'm trying to build a newly created empty project on my pc, but the build stucks with this command ->
11:55:02: Starting: "C:\Qt\5.15.2\mingw81_64\bin\qmake.exe" C:\Progetti\untitled\untitled.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug".
After a while it says ->
Info: creating stash file C:\Progetti\untitled\build\Desktop_Qt_5_15_2_MinGW_64_bit\Debug\.qmake.stash
I've also tried to reinstall Qt without success.
Why is this happening? It worked until a few days ago, I can't understand what's going on. -
I'm trying to build a newly created empty project on my pc, but the build stucks with this command ->
11:55:02: Starting: "C:\Qt\5.15.2\mingw81_64\bin\qmake.exe" C:\Progetti\untitled\untitled.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug".
After a while it says ->
Info: creating stash file C:\Progetti\untitled\build\Desktop_Qt_5_15_2_MinGW_64_bit\Debug\.qmake.stash
I've also tried to reinstall Qt without success.
Why is this happening? It worked until a few days ago, I can't understand what's going on. -
@jsulm I've tried to disable it but nothing has changed. If I let qmake going, this is the output I get ->
12:54:54: Running steps for project untitled... 12:54:54: Starting: "C:\Qt\5.15.2\mingw81_64\bin\qmake.exe" C:\Progetti\untitled\untitled.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" Info: creating stash file C:\Progetti\untitled\build\Desktop_Qt_5_15_2_MinGW_64_bit\Debug\.qmake.stash 13:02:56: The process "C:\Qt\5.15.2\mingw81_64\bin\qmake.exe" exited normally. 13:02:56: Starting: "C:\Qt\Tools\mingw810_64\bin\mingw32-make.exe" -f C:/Progetti/untitled/build/Desktop_Qt_5_15_2_MinGW_64_bit/Debug/Makefile qmake_all mingw32-make: Nothing to be done for 'qmake_all'. 13:02:56: The process "C:\Qt\Tools\mingw810_64\bin\mingw32-make.exe" exited normally. 13:02:56: Elapsed time: 08:01.
It takes 8 minutes to say nothing to be done, but no .obj has been created
-
@jsulm I've tried to disable it but nothing has changed. If I let qmake going, this is the output I get ->
12:54:54: Running steps for project untitled... 12:54:54: Starting: "C:\Qt\5.15.2\mingw81_64\bin\qmake.exe" C:\Progetti\untitled\untitled.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" Info: creating stash file C:\Progetti\untitled\build\Desktop_Qt_5_15_2_MinGW_64_bit\Debug\.qmake.stash 13:02:56: The process "C:\Qt\5.15.2\mingw81_64\bin\qmake.exe" exited normally. 13:02:56: Starting: "C:\Qt\Tools\mingw810_64\bin\mingw32-make.exe" -f C:/Progetti/untitled/build/Desktop_Qt_5_15_2_MinGW_64_bit/Debug/Makefile qmake_all mingw32-make: Nothing to be done for 'qmake_all'. 13:02:56: The process "C:\Qt\Tools\mingw810_64\bin\mingw32-make.exe" exited normally. 13:02:56: Elapsed time: 08:01.
It takes 8 minutes to say nothing to be done, but no .obj has been created
-
@Fausto01 I made a rollback of the last windows 11 update (KB5023706). Now it seems that qmake hangs for 3-4 minutes, say nothing to be done and then builds. Any hint?
@Fausto01 I came across this thread and I am facing the same issue where you able to work it out and if so how?