Hello everyone (first post),

I would like to know how to configure my qt enviromment (in windows) to use a c++ source code library for qt. I would like to use the qtLua library (http://www.nongnu.org/libqtlua/) rather then QtScript. It is a library for qt that exposes Qt objects, making them "scriptable" in Lua. The library is available only in source code. My question is : Is there a way do just add the source code into my qt project, or should i compile qtLua first ? I'm using windows 7, Visual Studio 2005 with qt. All my g++, gcc, nmake e qmake seems to work perfectly. Thanks in advance for any help.

Regards,

Paulo