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.
我想将一些额外的信息(文本文件、背景图片或其他)放置到 .app-bundle 中,然后从 QT 访问这些项目。好的,可以使用资源文件添加它们,但我想让用户能够相对容易地更改内容。工作方法是手动完成 - 这是有效的。但是,如果我可以直接从 qmake .pro 文件中执行此操作,则更有益。我如何以优雅的方式做到这一点?
使用QMAKE_BUNDLE_DATA:
QMAKE_BUNDLE_DATA
RESFILES.files = background.png copyright.txt RESFILES.path = Contents/Resources QMAKE_BUNDLE_DATA += RESFILES