From c09fb0787c3af4d282ae3fac53c706665a91b0a7 Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 23 Nov 2011 15:06:33 +0100 Subject: Removed console and changed LIBPATH to QMAKE_LIBDIR. LIBPATH is obsolete --- client/client.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client') 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 += # } } -- cgit v1.2.3