博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
学习Qt遇到的问题(1)
阅读量:3934 次
发布时间:2019-05-23

本文共 491 字,大约阅读时间需要 1 分钟。

今天在学习Qt的过程中遇到两个问题,但最后通过百度将问题解决了,问题如下:

1.Error while building/deploying project Caculator_Final (kit: Qt 5.9.0 for UWP 64bit (MSVC 2017))
When executing step "qmake"
中文翻译过来:
构建/部署项目Caculator_Final时出错(kit: Qt 5.9.0 for UWP 64位(MSVC 2017))执行步骤“qmake”时
这说明构建套件(kit)出了问题
解决方法:
在这里插入图片描述
选择构建和运行,根据自己的Qt配置的套件选择,前面会有一个电脑符号,其他的使用不了
添加----ok
在这里插入图片描述

2.error: File Makefile.Debug doesn’t exist.

中文翻译过来:错误:文件Makefile。调试不存在。
这个时候应该是构建步骤出现问题,可以把套件对应的Build目录下Make删除重新打开工程项目
解决方法
鼠标移到详情会出现X就可以删除Make路径,之后关闭项目打开重新添加Make路径就可以了
在这里插入图片描述

转载地址:http://yfhgn.baihongyu.com/

你可能感兴趣的文章
3.9.1 - Lists in Python
查看>>
3.9.2 - Lists - Adding and Removing Objects
查看>>
3.9.3 - Sorting Lists
查看>>
3.10 - Maya Commands: ls
查看>>
3.11 - Dictionaries in Python
查看>>
3.12 - Tuples in Python
查看>>
4.4 - For Loops
查看>>
4.2.2 - Logical and/or Operators
查看>>
Lesson 4 Part 2 Softmax Regression
查看>>
文章中运用到的数学公式
查看>>
Projective Dynamics: Fusing Constraint Projections for Fast Simulation
查看>>
从2D恢复出3D的数据
查看>>
glm 中 数据类型 与 原始数据(c++ 数组)之间的转换
查看>>
Derivatives of scalars, vector functions and matrices
查看>>
the jacobian matrix and the gradient matrix
查看>>
VS2010 将背景设为保护色
查看>>
ubutun里面用命令行安装软件
查看>>
ubuntu 常用命令
查看>>
SQLite Tutorial 4 : How to export SQLite file into CSV or Excel file
查看>>
how to move pivot to origin
查看>>