Why there is huge redundancy with Qt on Windows?
-
I will not pretend to know. But I would assume the worst thing that could happen is that you have to copy them back again... :)
The reason they are copied to /bin is probably just so that the executables can find them without messing up your system. Perhaps you should rather delete the DLLs there and just add them to your system path instead if you think it is safe.
-
Hello.
If you are sure that dll-files are the same, then you might use "mklink":http://technet.microsoft.com/en-us/library/cc753194(v=ws.10).aspx to make “prefix/bin” directory link to “prefix/lib” or vise-versa. You may also use mklink to create hard links for each dll-file. -
[quote author="Wilk" date="1357500403"]Hello.
If you are sure that dll-files are the same, then you might use "mklink":http://technet.microsoft.com/en-us/library/cc753194(v=ws.10).aspx to make “prefix/bin” directory link to “prefix/lib” or vise-versa. You may also use mklink to create hard links for each dll-file.[/quote]Just SHIFT+DEL ed all files in /lib. :D
-
In case it was some left-over and forgotten by the development team you might want to file a bug report on "JIRA":https://bugreports.qt-project.org/secure/Dashboard.jspa
That way somebody will follow up and eventually solved it for future releases.