Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to download and install QtCreator

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how to download and install QtCreator, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to know about it.

Qt Creator is not a complete integrated development environment description

Qt Creator is not an IDE, but a pure editor that requires a compiler and debugger to be specified in the options. (today, a long time ago, Qt Creator integrated the SDK development environment without specifying a compiler and debugger, but it has long been separated to avoid copyright problems.) VS is bundled with a compiler, so after installation, the code can be compiled and debugged, including most of the tools needed for the whole software development.

Qt installation kit

Download source: http://download.qt.io/archive/qt/

Qt-opensource-windows-x86-msvc2015-5.8.0.exe

Qt-opensource-windows-x86-msvc2013_64-5.8.0.exe

Qt-opensource-windows-x86-mingw530-5.8.0.exe

Qt-opensource-linux-x64-5.8.0.run

When downloading Qt, there are many types available for download

Where msvc2015-5.8.0 msvc2013_64-5.8.0 mingw530-5.8.0 linux respectively represents which compiler of the current qt source code

The first three executable files can be executed under the windows platform and the last one can be run under the linux environment Remember.

The installed Qt does not carry any compilers and debuggers, and needs to work with VS or MinGW to compile the code

Generally speaking, the msvcXXX version of Qt works well with the compiler and debugger provided by VS, not much like the VS version.

Big difference. Of course, the compiler of VS2015 supports the language features of C11 more. If you need to use more advanced language features, the compiler

The version must be very demanding.

Note: MSVC refers to Microsoft's VC compiler

Thank you for reading this article carefully. I hope the article "how to download and install QtCreator" shared by the editor will be helpful to everyone. At the same time, I also hope you can support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report