`Configure` in Qt 5.0.1 is not recognized

2019-07-14 04:44发布

问题:

I've downloaded Qt 5.0.1 for Windows 32-bit (MinGW) and want to configure it again to support OpenSSL, but I can't find confiure.exe.

By the way, when I use Qt 5.0.1 command prompt to use configure, it says "configure.exe is not recognized".

回答1:

configure.exe is part of the Qt's source code - so make sure you installed that.

But anyway i recommend you download the source code from here and start in a separate folder if you want to build Qt yourself (if you download the source make sure that you get the .zip from downloads, tar.gz is for linux use and doesn't have the Windows configure.exe)



标签: c++ qt ssl mingw qt5