Add luajit src directory(eg C:\LuaJIT-2.0.3\src) to THREE environment variables: PATH, INCLUDE, LIB
Set environment variable QT_HOME as home directory of Qt SDK(Not Qt installation directory)(eg, C:\Qt\Qt5.3.1\5.3\msvc2013_opengl)
Add both Qt SDK bin directory(eg C:\Qt\Qt5.3.1\5.3\msvc2013_opengl\bin) and Qt Creator bin directory(eg C:\Qt\Qt5.3.1\Tools\QtCreator\bin) to enviroment variable PATH
Run Developer Command Prompt for Visual Studio
Goto luaqt directory and run msvcbuild.cmd
cd C:\luaqt
msvcbuild
Get your libraries from luaqt\bin, or add it to PATH
请发表评论