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!
Asked
Active
Viewed 213 times
1 Answers
0
At least the QMediaPlayer can play things from URLs, so it has a dependency on the Qt5Network.

Velkan
- 7,067
- 6
- 43
- 87
-
I know. But what it would do with an URL without the network? – Velkan Jan 28 '16 at 09:43
-
for local file, there are many use cases of QUrl without network – aviit Jan 28 '16 at 10:23
-
And crash on a network URL, depending on how it's linked? It's not a proper API. – Velkan Jan 28 '16 at 10:32