PDA

View Full Version : copying qwt5.dl in debug and release folde to run exe



sujan.dasmahapatra
5th December 2009, 22:16
Friends
I am able to build QT and Qwt in vc++. But I need to copy into everyproject in the debug and release folder to qwt5.dll for running my exe .
How can i set a link permanently so hat for exe file it can find out.

Any help would be appreciated.

squidge
6th December 2009, 00:07
Modify your PATH variable to point to where those DLLs are. Typically <qt installation>/qt/bin

As stated in the previous thread of yours.