Qt
博-专
linux 驱动
展开
-
树莓派屏幕命令
http://chinavatar.github.io/blog/2013/11/26/raspberry-piguan-bi-ping-mu-zi-dong-guan-bi/转载 2014-11-10 16:59:07 · 3483 阅读 · 0 评论 -
树莓派中安装QT
关Tutorial : apt-get install Qt4 on the Rasperry PiUsing the Raspbian imageapt-getFirstly I got the development tools needed by Qt Creator in the hope it would be less heavy for the Pi to d转载 2014-10-29 10:18:35 · 1175 阅读 · 0 评论 -
qt 编译工程发现的问题 noapc-t1
1: .pch/release-shared/QtQui no such file or directory解决办法:原创 2014-11-25 11:12:24 · 481 阅读 · 0 评论 -
关于qt embed 服务端和客户端
http://blog.sina.com.cn/s/blog_52504e3f0100hadv.htmlQT Embedded-----QWSServer(2010-03-12 16:01:48)标签:杂谈分类:QTQT Embeded应用没有来严格的区分server和client进程,如果一个QT进程的启动参数中有-qws,转载 2014-11-25 15:15:59 · 731 阅读 · 0 评论 -
关于树莓交叉编译Qt5
http://qt-project.org/wiki/Qt5OnRaspberryPi---------------------------------------------------------------------------------------------翻译 2014-11-21 14:14:52 · 1362 阅读 · 0 评论 -
关于qt4.8 交叉编译树莓派的几个问题
/work/Qt/qt-everywhere-opensource-src-4.8.4/bin/qmake -spec ../../../../mkspecs/qws/linux-arm-gnueabihf-g++ -o Makefile.tictactoe tictactoe.promake[4]: /work/Qt/qt-everywhere-opensource-src-4.8.4/bi原创 2014-11-21 16:45:57 · 1333 阅读 · 0 评论 -
关于qt中qApp全局变量的用法
global pointer referring to the unique application object. It is equivalent to the pointer returned by the QCoreApplication::instance() function except that, in GUI applications, it is a pointer to a原创 2014-10-21 15:12:38 · 10878 阅读 · 0 评论 -
qt 应用程序加载的一些宏
感谢恭喜QMAKE_INCDIR_QT: 指定头文件搜索路径,编译时从指定目录去搜索qt的系统头文件。 比如:QMAKE_INCDIR_QT=$$(QTDIR)/includeQTDIR为QT系统的路径,下同。 QMAKE_LIBDIR_QT: qt系统的库文件路径.比如:QMAKE_LIBDIR_QT=$$(QTDIR)/lib QMAKE_MOC:原创 2014-11-25 15:22:00 · 601 阅读 · 0 评论