Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt 5.15.2 qmake stuck
Qt 6.11 is out! See what's new in the release blog

Qt 5.15.2 qmake stuck

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 3 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fausto01
    wrote on last edited by Fausto01
    #1

    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.

    jsulmJ 1 Reply Last reply
    0
    • F Fausto01

      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.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Fausto01 Maybe anti-virus software blocks?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      F 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Fausto01 Maybe anti-virus software blocks?

        F Offline
        F Offline
        Fausto01
        wrote on last edited by
        #3

        @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

        F 1 Reply Last reply
        0
        • F Fausto01

          @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

          F Offline
          F Offline
          Fausto01
          wrote on last edited by
          #4

          @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?

          F 1 Reply Last reply
          0
          • F Fausto01

            @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?

            F Offline
            F Offline
            fareshmoneim
            wrote on last edited by
            #5

            @Fausto01 I came across this thread and I am facing the same issue where you able to work it out and if so how?

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved