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

项目qt4迁移代码到qt5

时间:2018-11-22 11:48:09      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:for   idg   tab   ati   find   min   git   不能   tin   

并需要在pro文件里加上


greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

技术分享图片

 

 并将引用的#include <QtGui>替换为#include <QtWidgets>

C++ GUI Programming with Qt 4上一段代码,编译不能通过:

在Qt官网wiki找到了答案:http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5

Change all instances of

to

项目qt4迁移代码到qt5

标签:for   idg   tab   ati   find   min   git   不能   tin   

原文地址:https://www.cnblogs.com/feiyufu/p/9999727.html

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