makefile 有什么用?

发布于 2024-08-06 04:53:56 字数 30 浏览 3 评论 0原文

makefile、.pro 文件的用途是什么?

What is the purpose of a makefile, .pro file?

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

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

发布评论

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

评论(2

暗喜 2024-08-13 04:53:56

Makefile 简化了构建程序所需命令的执行,我将向您指出 http://en.wikipedia .org/wiki/Makefile 有关 makefile 的详细信息(您可以自己轻松查找)。

*.pro 文件是 qmake 项目的 Qt 特定工件,您也可以轻松地在 Google 上查找该文件:http://doc.trolltech.com/4.1/qmake-project-files.html

Makefiles simplify executing the necessary commands for building a program, I'll point you to http://en.wikipedia.org/wiki/Makefile for details on makefiles (something you can easily look up yourself).

The *.pro-file is a Qt-specific artifact for qmake projects, which you could also easily look up on Google: http://doc.trolltech.com/4.1/qmake-project-files.html

划一舟意中人 2024-08-13 04:53:56

它是一个独立于平台的文件,用于在实际编译项目时创建特定于平台的 make 文件。

您可能想阅读以下内容:Qmake 手册 - 4.5

It's a platform independent file used to create platform specific make files when the project is actually compiled.

You might want to read this: Qmake manual - 4.5

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文