当我拥有 QT 中的所有文件时如何生成可执行文件

发布于 2024-12-04 11:54:12 字数 204 浏览 1 评论 0原文

http://doc.qt.nokia.com/stable/network-broadcastsender.html

这个例子给了我所有的文件,但是如何从中创建一个可执行文件?请告知假设我一无所知

http://doc.qt.nokia.com/stable/network-broadcastsender.html

ths example give me all the files but how to make an executable from this? please tell assuming a know nothing at all

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一曲爱恨情仇 2024-12-11 11:54:13
  1. 下载Qt应用程序框架 http://qt.nokia.com/downloads
  2. 安装它,并选择额外安装所有的例子。
  3. 运行 Qt Creator,当它打开时,在“欢迎”选项卡中查找“入门”选项卡。
  4. 在“入门”选项卡上查找底部的“显示示例和演示”。检查它并在搜索字段中搜索示例的名称。
  5. 单击示例,然后按照向导创建新项目。
  6. 单击左下角的绿色三角形来编译并运行它。
  1. Download Qt Application Framework http://qt.nokia.com/downloads
  2. Install it, and select to additionally install all examples.
  3. Run Qt Creator and when it opens look for "Getting Started" tab in "Welcome" tab.
  4. On "Getting Started" tab look for "Show Examples and Demos" at the bottom. Check it and in search field search for the name of the example.
  5. Click on example and then follow the wizard to create new project.
  6. Click on the green triangle on bottom left to compile and run it.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文