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.
当您想要部署您的Qt + QML应用程序时,您需要将QtGui4、QtCore4 和 QtDeclarative4库放在您的项目之外,这是合理的。但它们还不够,如果您还没有在项目中使用它们,您还需要包含QtNetwork4、QtSql、QtXmlPattern4 和 QtScript4事件。为什么需要?它们在 QtDeclarative4 中使用吗?
简短的回答:是的。
QtDeclarative包含一大堆东西。QML 支持许多透明使用需要在 C++ 中额外连接的功能的好处来自QtDeclarative为您捆绑了很多东西。因此依赖关系。
QtDeclarative
我想,没有完美的生活。