General environment configuration and installation of Qt5.14 version - the most detailed teaching (do not understand, you blame me)

 ✨✨✨Hi everyone, I am Flying Fish-blog, today I will introduce you to the installation of Qt5.14.1, there are deficiencies, please give me your advice. Thank you for your support! ! !

Table of contents

foreword

Download the installation file:

Install:

Set the QtCreator compilation path

Set Qt source code path

The above are all the installation steps, which have been completed, and now you can use qt as you like! ! !


foreword

        When I was developing a project recently, I encountered the need for qt functions, so I decided to learn qt by myself, configured the environment and installed the software. During this process, I encountered some problems. Next, I will tell you the detailed steps of my installation. , Let everyone avoid detours and save more time to do something meaningful. If you think the blogger writes well, please highlight your likes and collections, and pay attention to the blogger by the way! ! ! Next, let's get to the point.

Download the installation file:

        Here you can go to the qt official website to download the version you need, here is the URL:

Download Qt | Develop Desktop & Embedded Systems | Qt

 

Install:

 

 

 

Set the QtCreator compilation path

        Open QtCreator, click the tool option in the menu bar, Tools- > Options- > Build and Run- > Summary- >Default build directory-> Change to " ./%{CurrentBuild:Name} " ->OK

 

Set Qt source code path

        Open QtCreator, click the tool option in the menu bar, Tools- > Options- > Debugger- > Source Path Mapping- > Add- > Select the src file of the source code- >OK

 

The above are all the installation steps, which have been completed, and now you can use qt as you like! ! !

Guess you like

Origin blog.csdn.net/m0_65635427/article/details/130578237