
Qt
文章平均质量分 85
vacole
这个作者很懒,什么都没留下…
展开
-
实现Qt日志输出到文件
#include #include #include void customMessageHandler(QtMsgType type, const char *msg){ QString txt; switch (type) { case QtDebugMsg: //调试信息提示 txt = QString("Debug: %1").arg(msg);转载 2011-04-21 18:29:00 · 5834 阅读 · 0 评论 -
交叉编译ARM版 Qt (qt-everywhere-opensource-src-4.7.3)
因实际项目需求,需将Qt编译成LINUX-ARM版,以下为整个操作过程,使用Qt编写的程序已在实际开发板上运行,在此贴出,但愿能为需要的朋友提供上帮助。准备工作:Linux内核版本: Linux 2.6.35-22-generic #33-原创 2011-10-14 14:14:41 · 29003 阅读 · 10 评论