随笔分类 - QT
关于QT的笔记或备忘
摘要:Code Profilers are very distinct from traditional debuggers. They are able to catch the trivial and non fatal coding errors which are often hard for humans to catch. These trivial bugs later claim weeks of debugging and extra cost to fix. Code profilers will save you hours of debugging time. These t
阅读全文
摘要:1,编译准备 下载QT 4.7 SDK,我这里将其释放到 E:\Develop\QT 目录下; 确保已经安装 VC2010;2,编译 进入 Visual Studio Command prompt 窗口; 设置如下环境变量: set QTDIR=E:\Develop\QT set QMAKESPEC=win32-msvc2010 下面就是运行configure、nmake啦 根据需要,conf...
阅读全文

浙公网安备 33010602011771号