QT - Specify DLL path in pro. file

后端 未结 3 687
孤城傲影
孤城傲影 2021-01-12 04:56

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

3条回答
  •  抹茶落季
    2021-01-12 05:29

    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.

提交回复
热议问题