[PyQt] Reg. PyQt5 Configuration

Phil Thompson phil at riverbankcomputing.com
Thu Feb 20 09:19:55 GMT 2020


On 20/02/2020 05:17, Ketan Dama wrote:
> Getting this error while configuring PyQt 5.13 with mingw.
> Configuring steps:
> -> python configure.py<http://configure.py/> --verbose
> o/p log :-
> Querying qmake about your Qt installation...
> Determining the details of your Qt installation...
> C:\Qt\5.14.1\mingw73_64\bin\qmake.exe -o cfgtest_QtCore.mk 
> cfgtest_QtCore.pro
> mingw32-make -f cfgtest_QtCore.mk release
> mingw32-make: *** No rule to make target 'release'. Stop.
> Error: Failed to determine the detail of your Qt installation. Try 
> again using
> the --verbose flag to see more detail about the problem.
> Any help reg. this will be appreciated.
> Thanks!

Note we don't test with mingw.

The configuration test is a very simple C++ program and .pro file. Can 
you send me a copy of the cfgtest_QtCore.mk and cfgtest_QtCore.pro 
files.

Phil


More information about the PyQt mailing list