发布时间:2013-12-26 21:42:47
转自:http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5The Transition from Qt 4.x to Qt 5The transition from Qt 4.x to Qt 5 is not expected to be significant. However, the “modularization” of the Qt code base requires some amount of changes to project configuration, such as use of.........【阅读全文】
发布时间:2013-12-26 21:03:27
对于QT4中有些头文件,例如#include ,#include 在Qt5编译时候找不到。QApplication等从原来的移动到了改成:#include 这种形式就ok了......【阅读全文】
发布时间:2013-11-09 22:14:23
Windows下Qt5新建qt空文档或者编译qt4版本文件时候提示找不到头文件QApplication等等。解决办法......【阅读全文】