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. Configure.exe Fails to Compile Qmake
Forum Updated to NodeBB v4.3 + New Features

Configure.exe Fails to Compile Qmake

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.6k 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.
  • R Offline
    R Offline
    Regorius
    wrote on last edited by
    #1

    I am moving to a new development computer and I am trying to compile QT. Here's what I have tried so far:

    Steps so far:

    Download .zip of source directly form qt-project.org
    Extract Zip in a file on my hard drive
    Open Visual Studio Command Prompt 2010
    cd to the directory containing QT source
    execute "configure.exe -opensource -release"

    I receive the following error from the steps above:

    Creating qmake...

    Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
    Copyright (C) Microsoft Corporation. All rights reserved.

    Creating makefiles in src...
    Generating Visual Studio project files...
    execute: File or path is not found (S:\Programming\C++\Qt\Qt\bin\qmake)
    Qmake failed, return code -1

    Generating Makefiles...
    execute: File or path is not found (S:\Programming\C++\Qt\Qt\bin\qmake)
    Qmake failed, return code -1

    Does anyone have an idea on why "configure.exe" is doing this?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @
      set QTDIR=
      set PATH=CD/bin;PATH
      configure.exe -opensource -release
      @

      Maybe that will help (Just be sure to wrap CD and PATH in '%'. I cannot do this in the post). We are talking about Qt 4.8.3 here, aren't we?

      (Z(:^

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Regorius
        wrote on last edited by
        #3

        I tried on a different machine and it worked but I got the same error on my main development machine. And yes this is 4.8.3--

        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