From 78f76979212231d4a7b26b541205bd0635a9f257 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 2 Jun 2008 07:12:53 +0000 Subject: Added LUA to the repo, to make the windows version compile. --- client/client.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/client.pro') 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 } -- cgit v1.2.3