From 30dc56c9a5562afe86fc72eb1d90fcdb9d19f3e3 Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 19 Oct 2010 18:16:38 +0000 Subject: [PATCH] Default chatcleaner config should not be debug. --- chatcleaner.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chatcleaner.pro b/chatcleaner.pro index dde8f6a9..72f94f21 100644 --- a/chatcleaner.pro +++ b/chatcleaner.pro @@ -5,8 +5,7 @@ CODECFORSRC = UTF-8 QT += network QT -= gui TARGET = chatcleaner -CONFIG += console \ - debug +CONFIG += console CONFIG -= app_bundle MOC_DIR = mocs OBJECTS_DIR = obj