Build Qt from source failed without any errors

Viewed 12

I want to build Qt 5.4.1 form source with MSVC2013 under windows 10 condition. However, when I do the configuration, it just stopped without any errors.

I downloaded qt-everywhere-enterprise-src-5.4.1.zip and unzip it. I installed active perl ver5.2.6, python 3.7.6, ruby devkit 2.7.6 and added there path to environment variables. And then, in the Developer Command Prompt for VS2013, typed

path_of_src\qtbase\configure -platform win32-msvc2013

then it shows me the following messages and just stopped configuration.

+ cd qtbase + ...\qt-everywhere-enterprise-src-5.4.1\qtbase\configure.bat -top-level -platform win32-msvc2013

Qt: Untested Windows version 10.0 detected!

This is the Qt

(and I even did not put -top-level option)

I think some words and process should be followed after 'This is the Qt' sentence, but there wasn't. Also it doesn't show me any error messages so I'm stuck in a labyrinth now...

Please let me know if you have any idea or need further information.

Thank you in advance.

Best wishes,

JESuh

0 Answers
Related