Saturday, December 24, 2022

Installing Qt Creator 9.0.1 on Windows 10

Installing Qt Creator 9.0.1 on Windows 10

This is a quick guide on installing Qt Creator 9.0.1 on Windows 10. As of December 24, 2022, the latest available online installer is qt-unified-windows-x64-4.5.1-online.exe. Binaries can be downloaded from https://www.qt.io/download, I was using Qt for open source use.

What follows are the screen captures to get working installation of Qt Creator (Qt 6.4.1).

Welcome Screen

Accept open source obligations

Welcome to open source Qt setup

Contribute to Qt development

Installation Folder - Custom installation

Select Components - Use default, add "MinGW 11.2.0 64-bit"

License Agreement

Start Menu Shortcuts

Ready to Install

Installing

Finished

Keywords: Qt Creator, CPP

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...