Qt for Windows
Qt's support for different Windows platforms is extensive and mature.
Before you get started, ensure that your development environment fulfills the requirements.
To download and install Qt for Windows, follow the instructions on the Getting Started with Qt page.
Supported Configurations
The following configurations are supported.
Operating System | Architecture | Compiler | Notes |
---|---|---|---|
Windows 11 22H2 | x86 and x86_64 | MSVC 2022, MSVC 2019, MSVC 2017, MSVC 2015, MinGW 8.1 | |
Windows 10 21H2 | x86 and x86_64 | MSVC 2022, MSVC 2019, MSVC 2017, MSVC 2015, MinGW 8.1 | |
Windows 8.1 | x86 and x86_64 | MSVC 2019, MSVC 2017, MinGW 8.1 | |
Windows 7 | x86 and x86_64 | MSVC 2019, MSVC 2017, MinGW 8.1 | MinGW-builds GCC 8.1.0 (x86) |
Deployment and Other Issues
The pages below covers specific issues and recommendations for creating Windows applications.
Where to Go from Here
We invite you to explore the rest of Qt. We prepared overviews which help you decide which APIs to use and our examples demonstrate how to use our API.
- Qt Overviews - list of topics about application development
- Examples and Tutorials - code samples and tutorials
- Qt Reference Pages - a listing of C++ and QML APIs
- ActiveX in Qt
Qt's vibrant and active community site, http://qt.io houses a wiki, a forum, and additional learning guides and presentations.
Visual Studio Tools
Qt VS Tools enables programmers to create, build, debug, and run Qt applications from Microsoft Visual Studio. It contains project wizards, Qt project import and export support, integrated Qt resource manager, and automated build setup for the Qt Meta-Object Compiler, User Interface Compiler, and Resource Compiler.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.