summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorsenator <elsenator@gmail.com>2011-11-23 15:06:33 +0100
committersenator <elsenator@gmail.com>2011-11-23 15:06:33 +0100
commitc09fb0787c3af4d282ae3fac53c706665a91b0a7 (patch)
tree4779932ad8ef62cd30b8658ca3e34da6999bfe27 /client
parenta47a8ec567872c2b96eb35efb60273060e32df4d (diff)
Removed console and changed LIBPATH to QMAKE_LIBDIR. LIBPATH is obsolete
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 +=
# }
}