Qt usage notes

Recently, I am doing cross-platform terminal development, using QT, and recording the problems and solutions here for your reference.

1) After creating a new project, the runtime prompt is as follows:

Error while building/deploying project  YOUR_PROJECT_NAME (kit: Desktop Qt 5.8.0 MSVC2013 64bit)

When executing step "qmake"


Workaround: Modify the build kit to 2015


2) Error during debugging: Unknown debugger type "No Engine"

Workaround: download cdb,

Download address: https://developer.microsoft.com/zh-cn/windows/downloads/windows-8-1-sdk

cdb is located in the Windows SDK, and only check "Debugging Tools for Windows" during installation.

After the installation is complete, configure the debugger of the suite in the Tools->Options of QT Creator, as shown below:



references:

http://blog.csdn.net/suima0v0/article/details/50973861


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325951374&siteId=291194637