diff options
| -rw-r--r-- | client/client.pro | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/client/client.pro b/client/client.pro index 162bf22..6cce982 100644 --- a/client/client.pro +++ b/client/client.pro @@ -12,6 +12,7 @@ QT += core gui network xml sql svg  # For debugging  debug {  	QMAKE_CXXFLAGS += -g -Wall -Werror +	CONFIG += debug  }  DEFINES+=VERSION=\\\"1.1.0\\\" @@ -21,9 +22,9 @@ win32 {    INCLUDEPATH += lua/include    LIBS += -llua51    DEFINES += HOST_WIN32 -	debug { -	  CONFIG += console -	} +#	debug { +#	  CONFIG += console +#	}  }  unix { @@ -98,4 +99,4 @@ SOURCES += \  	widgets/altcombobox.cc \  	widgets/metawidget.cc -TRANSLATIONS=pracro_dk.ts
\ No newline at end of file +TRANSLATIONS = pracro_dk.ts  | 
