Reputation: 1796
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 tried following the instructions in this post with no luck.
Where can I found QT 5.3.0 command prompt
Upvotes: 0
Views: 2781
Reputation: 8273
in your command prompt, you need to cd the location where your configure.exe executable is. You should be able to search for it in the search bar of your root qt directory. For my build, it is located under C:\Qt\qt-5.3.1-x64-msvc2010-opengl\qt-everywhere-opensource-src-5.3.1\qtbase\configure.exe
Upvotes: 1