summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/client.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro
index 61a6e06..831b570 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -20,12 +20,12 @@ include(../VERSION)
DEFINES+=VERSION=\\\"$$VERSION\\\"
win32 {
- LIBPATH += lua/lib
+ QMAKE_LIBDIR += lua/lib
INCLUDEPATH += lua/include
LIBS += -llua51
DEFINES += HOST_WIN32
# debug {
- CONFIG += console
+ CONFIG +=
# }
}