码迷,mamicode.com
首页 > 其他好文 > 详细

QT开发编译问题备忘

时间:2016-11-11 20:14:30      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:gui   desktop   core   min   代码   class   文件   gets   widget   

编译《Qt及Qt Quick开发实战精解》

的代码,编译出错,提示:

Cannot find file: E:\学习资料\QT\《Qt及Qt Quick开发实战精解》代码\src\3\3-3\myPlayer\myPlayer.pro.
16:10:29: 进程"C:\Qt\Qt5.5.0\5.5\mingw492_32\bin\qmake.exe"退出,退出代码 2 。
Error while building/deploying project myPlayer (kit: Desktop Qt 5.5.0 MinGW 32bit)
When executing step "qmake"

网上说有可能是因为路径包含中文。

 

对于提示“QtGui/QApplication: No such file or directory”,

1.pro文件里,QT += core gui 改为 QT += core gui widgets
2..h文件里,#include <QtGui/QApplication>改为#include <QApplication>

原因是Qt5源文件位置的改动

 

QT开发编译问题备忘

标签:gui   desktop   core   min   代码   class   文件   gets   widget   

原文地址:http://www.cnblogs.com/ph829/p/6055225.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!