lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Apr 11, 2012, at 19:42 , Michal Kottman wrote:

> ...
> 
> Qt DLLs should go somewhere where Windows can find shared libraries [1]. I personally have one directory where I put my custom applications and libraries, and I have it in %PATH%. I put my Qt DLLs there.
The simplest way to do this is to have the Qt* libs in the same directory as lua.exe on Windows. No need to define paths or set up anything else.

pd