From 7bfd7e9cdaa4d0b51d504da9ada143bc71fe995b Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 11 Dec 2009 13:05:46 +0000 Subject: [PATCH] - Disable debug mode --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 1d451e272..bb992533b 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