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.
我正在尝试在我的 qtquick 项目中使用 qml-box2d 插件。 我已经用qt5.2编译了插件,它会生成两个文件,Box2Dd.dll和libBox2Dd.a。 问题是当我尝试使用它时,因为当我编译我的项目时,我发现了这个错误:
module "Box2D" is not installed import Box2D 1.0
我该如何解决这个问题?