Qt is not installed correctly

I installed the following components for qtwhich were selected by default for me by the application. But when creating applications qt-projectfor the c++GUI I get the following screen: What did I expect!

But it turns out:

What am I getting!

The list qt-packageI installed:

enter image description here

When I create qt-widgets-application, it Qt-Createrstops responding.

Also, for a note: When I start Qt-Created, I get a zlib1.dllmissing error on gdb.exe. Like this: enter image description here

+4
source share
1 answer

You downloaded only Qt Creator, what you need to do to get the whole list in order to download Qt binary packages.

, :

Qt 5.x.x Windows 32-bit (MinGW 4.9.2)

Qt 5.6.0 for Windows 32-bit (MinGW 4.9.2) download.qt.io

0

All Articles