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 just need to read the manual and do the same: http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#libs. The syntax you're using seems correct.