[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lqt newbie questions
- From: Peter Drahoš <drahosp@...>
- Date: Wed, 11 Apr 2012 20:11:34 +0200
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