
- #QT CREATOR LATEST VERSION HOW TO#
- #QT CREATOR LATEST VERSION INSTALL#
- #QT CREATOR LATEST VERSION WINDOWS 10#
Select the prebuilt libraries for your MSVC compiler version (e.g.Under the latest Qt 5.12 (currently Qt 5.12.9), the master branch meanwhile ( 484f8dc, 09Oct2020) even requires Qt 5.15 (currently Qt 5.15.1) and a C++17 capable toolchain, which comes as part of MSVC 2017/2019 and the MinGW for Qt 5.12 and later anyway).If you don't have Qt already installed, you need to download the Qt Online Installer for Windows and run that instead.Įnsure the following components are checked within the Maintenance Tool / Online Installer:

If you already have Qt installed then you can simply run the Maintenance Tool that came with it (the tool is in C:\Qt or wherever you installed Qt). Select the Debugging Tools for Windows option and click Change. Find Windows Software Development Kit in the list of installed programs.In the Start menu, search for Add or remove programs and open it.To get the CDB debugger for Windows, you need to modify the SDK installation to include it.
#QT CREATOR LATEST VERSION WINDOWS 10#
The Windows 10 SDK offered with the Build Tools installer does not include debugging tools by default. It's possible that you don't need all of those components, but installing them does no harm (assuming you have enough space on your drive).

If you really want to try without Visual Studio (e.g.
#QT CREATOR LATEST VERSION INSTALL#
Unfortunately this doesn't seem to be working at the moment, so the best thing to do is to follow the instructructions above to install with Visual Studio.

Microsoft makes their build tools available separately to the Visual Studio IDE, so if you are using Qt Creator as your IDE then in theory it should be possible to compile MuseScore without also installing Visual Studio. If you don't mind having multiple IDEs, the easiet way to get what you need to to follow the Prerequisites section of the guide for Visual Studio and then return here when done. Getting the MSVC compiler With Visual Studio This is useful to take advantage of Qt-specific features, like visual editing of UI files in Qt Creator's Design mode.
#QT CREATOR LATEST VERSION HOW TO#
This page is instructions for how to use the MSVC compiler inside the Qt Creator IDE.
