本节将创建一个Qt应用"Helloworld",并在PanGu开发板上运行,以测试QtCreator开发环境配置正确性。

  1. 依次点击菜单栏“File”→"New File or Project"选项,出现“New File or Project”对话框。左侧选择“Application”选项,中间选择“Qt Widget Application”选项。然后,点击"Choose"按钮。image

  2. 出现“Qt Widget Application”对话框中,"Name"填写项目的名称,此处为"Helloworld"。“Create in”表示项目存放的路径,此处默认即可。然后,点击“Next”按钮。
    image

  3. 在"Kits Selection"中选择之前配置好的"PanGu"选项。然后,点击"Next"按钮。
    image

  4. 在"Class Information"中使用配置即可。然后,点击“Next”按钮。
    image

  5. 在"Project Management"中可以选择是否使用版本控制器来管理项目,此处不使用,默认为"None"即可。点击“Finish”按钮,项目就创建好了。
    image

  6. 点击菜单栏"Build"→"Build All"菜单,构建当前项目。可以在"Compiler Output"栏看到编译时的输出信息。

  7. 构建 helloworld 项目后,编译好的二进制文件存放在"~/build-Helloworld-PanGu_Qt5-Debug"目录下,可以使用 file 命令查看,是否编译为 ARM 架构。然后就可以复制Helloworld程序到开发板运行了。

    	$ file ~/build-Helloworld-PanGu_Qt5-Debug/Helloworld
    	/home/i2somdev/build-Helloworld-PanGu_Qt5-Debug/Helloworld: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=bd6cc77789a58362271cc12700536a41026602c8, not stripped

作者:SteveChen  创建时间:2024-09-18 14:40
最后编辑:SteveChen  更新时间:2024-10-18 15:16
上一篇:
下一篇: