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. <Solved>Unable To Find Configure Command
Forum Updated to NodeBB v4.3 + New Features

<Solved>Unable To Find Configure Command

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.2k 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.
  • V Offline
    V Offline
    Viking06
    wrote on last edited by
    #1

    I am trying to compile QT statically. However I am unable to run the configure command as I get the following. 'configure' is not recognized as an internal or external program.

    I assume this is because I am looking in the wrong location for it. I have tried using the windows command prompt and the one included with QT.

    I've also tried reinstalling QT 5.3 without any luck.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Did you download Qt's sources ?

      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
      0
      • V Offline
        V Offline
        Viking06
        wrote on last edited by
        #3

        No I apparently did not.
        This appears to have solved the issue of compiling.
        I was then able to follow this tutorial and get it compiled.
        https://www.youtube.com/watch?v=chMNUzpN4pw

        However even after I compile it and rebuild my project it is still not static.
        I changed the qmake.conf file in C:\Qt\5.3\Src\qtbase\mkspecs\win32-g++
        And used the configure.exe that was in C:\Qt\5.3\Src\qtbase\

        I also set CONFIG += static in my .pro file

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Viking06
          wrote on last edited by
          #4

          Got it working had to go into Qt Versions and add the static builds from C:\Qt\5.3\Src\qtbase\bin\qmake.exe

          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