0

I'm learning about Qt media in example "Media Player Example". When deploying, I saw that Qt5Multimedia.dll depend on Qt5Network.dll. Why? Can you help me to explain with other man about this? Thank you very much!

enter image description here

Insane Skull
  • 9,220
  • 9
  • 44
  • 63
aviit
  • 1,957
  • 1
  • 27
  • 50

1 Answers1

0

At least the QMediaPlayer can play things from URLs, so it has a dependency on the Qt5Network.

Velkan
  • 7,067
  • 6
  • 43
  • 87