diff options
author | deva <deva> | 2008-06-02 07:12:53 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-02 07:12:53 +0000 |
commit | 78f76979212231d4a7b26b541205bd0635a9f257 (patch) | |
tree | fd63209237d74d99cdfb5f35dd22348778fac1e7 /client/client.pro | |
parent | 57a06611188676a76111687fd3aec485260f4b58 (diff) |
Added LUA to the repo, to make the windows version compile.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index 28c9af1..ba1544b 100644 --- a/client/client.pro +++ b/client/client.pro @@ -9,6 +9,8 @@ INCLUDEPATH += . widgets QT += core gui network xml win32 { + LIBPATH += lua/lib + INCLUDEPATH += lua/include LIBS += -llua51 } |