Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Creator 4.0 fails to find qmake

    Installation and Deployment
    2
    4
    1036
    Loading More Posts
    • 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.
    • S
      stephenju last edited by

      I just updated Creator to 4.0 on Windows 7 and tried to build a simple project with Qt 5.6 mingw. I got this error:

      10:09:48: Running steps for project fonts...
      10:09:48: Configuration unchanged, skipping qmake step.
      10:09:48: Starting: "C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe" 
      C:\Qt\5.6\mingw49_32\bin\qmake.exe -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" -o Makefile ..\fonts\fonts.pro
      C:Qt5.6mingw49_32binqmake.exe: not found
      makefile:175: recipe for target 'Makefile' failed
      mingw32-make: *** [Makefile] Error 127
      10:09:49: The process "C:\Qt\Tools\mingw492_32\bin\mingw32-make.exe" exited with code 2.
      Error while building/deploying project fonts (kit: Desktop Qt 5.6.0 MinGW 32bit)
      When executing step "Make"
      10:09:49: Elapsed time: 00:01.
      

      Somehow the path to qmake is all messed up. All the back slashes are stripped.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Did you do the update from the maintenance tool ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        S 1 Reply Last reply Reply Quote 0
        • S
          stephenju @SGaist last edited by

          @SGaist Yes. I did. I also removed and added the component with the same result.
          However, I added MSVC2013 32bit to the project and it didn't have the problem. Then I rebooted the machine and now both works.

          1 Reply Last reply Reply Quote 1
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Good old reboot and everything is working again ? :)

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 1
            • First post
              Last post