summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro2
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
}