4

I've installed the following components for qt which were selected as default for me by the app. But I don't get the following screen when creating a qt-project for c++ GUI application: What I expected!

But get this:

What I get!

The list of qt-package I've installed are:

enter image description here

When I create a qt-widgets-application, Qt-Creater stops responding.

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

Anish Silwal
  • 186
  • 1
  • 1
  • 10

1 Answers1

0

You have downloaded just the Qt Creator what you need to do to get all the list is to download the Qt binary packages.

If you are on windows I would recommend downloading:

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

You can find Qt 5.6.0 for Windows 32-bit (MinGW 4.9.2) over on download.qt.io

Hamza Benzaoui
  • 168
  • 3
  • 14