summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro
index 5e15f48..28c9af1 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -8,8 +8,17 @@ DEPENDPATH += . widgets
INCLUDEPATH += . widgets
QT += core gui network xml
+win32 {
+ LIBS += -llua51
+}
+
+unix {
+ LIBS += -llua
+}
+
HEADERS += \
builder.h \
+ lua.h \
macro.h \
sendrecieve.h \
widgets.h \
@@ -30,6 +39,7 @@ HEADERS += \
SOURCES += \
pracro.cc \
builder.cc \
+ lua.cc \
macro.cc \
sendrecieve.cc \
widgets/widget.cc \