- Game Programming Using Qt Beginner's Guide
- Witold Wysota Lorenz Haas
- 338字
- 2021-08-20 10:45:13
Setting up Qt Creator
After Qt Creator starts, you should be presented with the following screen:

The program should already be configured properly for you to use the version of Qt and compiler that were just installed, but let's verify that anyway. From the Tools menu, choose Options. Once a dialog box pops up, choose Build & Run from the side list. This is the place where we can configure the way Qt Creator builds our project. A complete build configuration is called a kit. It consists of a Qt installation and a compiler that will be executed to perform the build. You can see tabs for all the three entities in the Build & Run section of the Options dialog box.
Let's start with the Compilers tab. If your compiler was not autodetected properly and is not in the list, click on the Add button, choose your compiler type from the list, and fill the name and path to the compiler. If the settings were entered correctly, Creator will autofill all the other details. Then, you can click on Apply to save the changes.
Next, you can switch to the Qt Versions tab. Again, if your Qt installation was not detected automatically, you can click on Add. This will open a file dialog box where you will need to find your Qt installation's directory wherein all the binary executables are stored (usually in the bin
directory) and select a binary called qmake
. Qt Creator will warn you if you choose a wrong file. Otherwise, your Qt installation and version should be detected properly. If you want, you can adjust the version name in the appropriate box.
The last tab to look at is the Kits tab. It allows you to pair a compiler with the Qt version to be used for compilation. In addition to this, for embedded and mobile platforms, you can specify a device to deploy to and a sysroot
directory containing all the files needed to build the software for the specified embedded platform.
- Practical Data Analysis Cookbook
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Mastering JavaScript Functional Programming
- HTML5移動Web開發技術
- OpenDaylight Cookbook
- Java 9 Concurrency Cookbook(Second Edition)
- 深入理解Django:框架內幕與實現原理
- The Computer Vision Workshop
- UML+OOPC嵌入式C語言開發精講
- Mastering Python Design Patterns
- Kubernetes進階實戰
- Building Dynamics CRM 2015 Dashboards with Power BI
- Using Yocto Project with BeagleBone Black
- Distributed Computing with Python
- LabVIEW數據采集(第2版)