QT Error-Unable to start this program because the computer is missing QtCore5.dll and cannot locate the program input point in the dynamic-link library QtCore5.dll

Source: Internet
Author: User

First, set the computer's environment variable path, computer = "right-click property =" Advanced settings = "Environment variable =" System variable = "Double-click Path, add C:\Qt\Qt5.8.0\5.8\mingw53_32\bin after path.

But the mistakes are still.

The original computer inside the Codeblocks MinGW inside also has QT library. However, I compiled the use of the installation of the QT library, so that caused the dynamic link library can not be found.

Workaround:

Premise: The environment variables of QT are correctly configured

Then, put the QT environment variable as far as possible to the front, to avoid the program mistakenly recognized other environment variables included in the QT library (such as my QT environment variables in front of the codeblocks environment variables, the result is tragic, I have been so long. ), mine is to put it in the codeblocks environment variable in front of the problem solved!

PS: If you are not sure which program has a QT library, you can try it out in the environment variable and move forward one at a time, and you can measure which software contains the QT library.

---------------------This article from Artprog csdn blog, full-text address please click: 50877930?utm_source=copy

QT Error-Unable to start this program because the computer is missing QtCore5.dll and cannot locate the program input point in the dynamic-link library QtCore5.dll

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.