I am working with a Qt project that can run from cmd line or from inside Qt creator.
When i run the project from the cmd line i get the message: The program can't start because libiconv-2_.dll is missing from your computer. Try reinstalling the program to fix this problem
When ran from Qt it just crashes and says the program terminated with exit code 1.
However, when i search my computer i find libiconv-2.dll inside Program Files (x86)\Git\bin.
I copy that dll into my working directory and change the name to include the "_" at the end (yes i know this is a terrible idea) and that makes the issue go away. But i know that is definitely not the proper solution to this.
I have searched all over the internet for any hits or tips on what the underscore means, but the only thing i found is someone with the same exact issue as me on here and the only answer given was to just include the _ in the name...
Does anyone else have any idea what the issue is?