编辑
2023-12-26
软件编程
0

我下载的是这个版本。

qt-opensource-linux-x64-5.13.1.run

下载好后,在这个文件右键->属性,把执行权限打开。允许执行文件。

image.png

关闭属性对话框。文件上右键,选择run as a program运行此安装程序

image.png

都给他装上,一溜下一步,然后同意安装。安装完成。

image.png

创建一个Qt的hello程序

image.png

设置文件存储位置

运行时报错误

js
:-1: error: cannot find -lGL: No such file or directory

缺什么安装什么

js
sudo sudo apt-get install freeglut3-dev

运行成功

image.png

加个Text。属性处把text换成hello

image.png

OK多了一个hello

image.png

此时执行qmake和make

image.png

mainwindow.h:15:34处nullptr改为NULL

image.png

警告

一定要重启终端,要不然还会报这个错误。

传输到板子上

js
scp hello root@192.168.50.40:/root/hello

查看板子上有这个了

image.png

执行./hello

板子显示图形化界面

本文作者:Kellermen

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!