From 60c3ccac7fbc4df8eb0b23a83b6c67bd961812d2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 26 Jan 2009 15:04:50 +0000 Subject: [PATCH] - Disable debug --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 413188c3c..7f49e6a8d 100644 --- a/src/src.pro +++ b/src/src.pro @@ -3,7 +3,7 @@ LANG_PATH = lang ICONS_PATH = Icons # Set the following variable to 1 to enable debug -DEBUG_MODE = 1 +DEBUG_MODE = 0 # Global TEMPLATE = app