Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Creator 4.0 fails to find qmake

Creator 4.0 fails to find qmake

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 1.5k Views 1 Watching
  • 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 Offline
    S Offline
    stephenju
    wrote on last edited by
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0
      • SGaistS SGaist

        Hi,

        Did you do the update from the maintenance tool ?

        S Offline
        S Offline
        stephenju
        wrote on last edited by
        #3

        @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
        1
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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
          1

          • Login

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