博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Buildroot Qt 5
阅读量:5843 次
发布时间:2019-06-18

本文共 1871 字,大约阅读时间需要 6 分钟。

/********************************************************************************* *                          Buildroot Qt 5 * 说明: *     试一下在Buildroot编译Qt 5,直接编译出来的文件系统是不用配置一堆的环境的。 * *                                              2017-11-22 深圳 南山平山村 曾剑锋 ********************************************************************************/一、参考文档:    1. ArchLinux Qt eglfs        https://www.raspberrypi.org/forums/viewtopic.php?t=79771    2. QT5中全屏显示子窗口和取消全屏的方法        http://www.cnblogs.com/chihirosan/p/5139022.html二、测试说明:    1. buildroot中选择需要的Qt模块;    2. make clean(最好clean一下,我在没有clean的时候编译有报错);    3. Ubuntu安装QtCreator IDE;    4. 设置QtCreator Tools --> Options的GCC Compilers、Qt Versions Qmake路径,配置Kits;    5. 创建一个HelloWorld工程;    6. Build Project,以发行版编译;    7. 拷贝编译后的程序到ARM主板上,运行输出信息如下,在屏幕上可以看到一个框框:        # ./HelloWorld        This application failed to start because it could not find or load the Qt platform plugin "eglfs"        in "".                Available platform plugins are: linuxfb, minimal, offscreen.                Reinstalling the application may fix this problem.        Aborted        # ./HelloWorld -platform linuxfb    8. 在buildroot中可以选中qt-webkit-kiosk模块进行测试        1. # qt-webkit-kiosk -platform linuxfb        2. # qt-webkit-kiosk --help            This is a simple web-browser working in fullscreen kiosk-mode.                        Usage:                         -h --help                           Print usage and exit             -v --version                        Print version and exit             -c --config options.ini             Configuration INI-file             -u --uri http://www.example.com/    Open this URI, home page             -C --clear-cache                    Clear cached request data                        #     9. 全屏显示:        setParent(0);        showFullScreen();

 

转载于:https://www.cnblogs.com/zengjfgit/p/7890083.html

你可能感兴趣的文章
中文分词之HMM模型详解
查看>>
山东青岛市南区:创建"物联网" 信息化管理涉案财物
查看>>
《爆发》作者:大数据领域将有新赢家
查看>>
AI x 量化:华尔街老司机解密智能投资正确姿势
查看>>
IT史上十大收购案
查看>>
数据切分——Atlas介绍
查看>>
云计算时代,互联网金融背后的想象空间
查看>>
游戏引擎cocos2d-android使用大全
查看>>
oracle job 定时执行参数
查看>>
虚拟现实大潮渐近:Oculus VR、EA和Avegant等多家公司...
查看>>
内存中压缩图片
查看>>
Android命令Monkey压力测试,详解
查看>>
log4j2 mybatis 显示 sql 和 结果集
查看>>
Linux——JDK的部署
查看>>
设计模式-Factory Method Pattern
查看>>
VS2010下Boost1.55.0配置
查看>>
负载均衡(LB)集群 dr
查看>>
Entity Framework 批量插入
查看>>
hierarchyviewer
查看>>
linux 文件系统的管理 (硬盘)
查看>>