Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 QtCreator 构建一些项目。
这两个 .pro 文件之间有很多共同的代码。
有没有办法让这两个 .pro 文件调用另一个包含公共信息的唯一 .pro 文件?
是的,请参阅文档。你可以写:
include(otherproject.pro)
不复制代码总是一个好主意。