:-1: error: dependent 'C:\Users\Hyper-Q3\Desktop\mqtt_onenet\unity_mqtt_onenet\lib\Qt5Qmqttd.lib' does not exist.
时间: 2023-09-07 22:12:28 浏览: 138
ddpendent-dependent-dependent.zip_Dependent下载_long range_range
对不起,我无法直接解决你的问题。但是,这个错误是由于缺少依赖库 'Qt5Qmqttd.lib' 导致的。你可以尝试以下解决方案:
1. 确保你已经正确安装了 Qt MQTT 库,并且在项目配置中添加了正确的依赖路径。
2. 检查你的项目文件中是否正确引用了 'Qt5Qmqttd.lib'。确保路径和文件名拼写正确。
3. 如果你使用的是 Qt Creator,可以尝试重新生成项目文件或者清理并重新构建项目。
4. 如果你使用的是 Visual Studio,可以尝试重新生成解决方案或者清理并重新构建项目。
如果以上方法仍然无法解决问题,我建议你查阅相关文档或者在开发者社区中寻求帮助,以获取更具体的解决方案。
阅读全文