Default chatcleaner config should not be debug.

This commit is contained in:
lotodore
2010-10-19 18:16:38 +00:00
parent ee7447d33e
commit 30dc56c9a5
+1 -2
View File
@@ -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