Hello everyone,

I'm trying to build a static Qt program. I'm following this http://qt-project.org/wiki/Build_Sta...on_for_Windows guide.

But I'm already stuck on the first line where you have to add these line to mingw "configure -static -release -no-exceptions". When I enter this I get the following error-> "not recognized internal external command".

I tried to set the right path by entering this lines in the mingw command prompt but nothing changed. I'm a total newby in static building. Does anyone know what I'm doing wrong?

Qt Code:
  1. set QTDIR=C:\Qt\QtSDK\Desktop\Qt\4.8.1\mingw
  2. set PATH=C:\Qt\QtSDK\mingw\bin;%PATH%
  3. set PATH=%QTDIR%\bin;%PATH%
To copy to clipboard, switch view to plain text mode