Have identified the missing “Additional Dependencies” as:

  • imm32.lib
  • winmm.lib
  • Ws2_32.lib

I had previously built the project using shared Qt libraries, and am a little surprised I needed to include these when I changed to using static Qt libraries, but hey ho, adding these dependencies works.

相关文章:

  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2021-09-05
  • 2021-11-15
  • 2022-02-12
猜你喜欢
  • 2021-10-27
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
相关资源
相似解决方案