So as the question title says, i\'m specifically wondering how to include the path to a .dll file in the actually project file. I know it\'s the better practice to include t
You do not need to put the dll path in the .pro file (windows). All you need to do is to put all your external dll files in a directory and add this directory to the path environment variable . (same as the accepted answer). I am adding this here just to mention important fact: RESTART QT CREATOR for this to work in order to reload the new PATH environment variable.