From c788e6a1b174afd154e589a76885731c2fc19723 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 17 Aug 2010 11:14:04 +0000 Subject: First shot at a debug console. --- client/client.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/client.pro') diff --git a/client/client.pro b/client/client.pro index 8b2a130..e507c4e 100644 --- a/client/client.pro +++ b/client/client.pro @@ -13,6 +13,7 @@ QT += core gui network xml sql svg debug { QMAKE_CXXFLAGS += -g -Wall -Werror CONFIG += debug + DEFINES+=USE_DEBUG } DEFINES+=VERSION=\\\"2.0.0-beta2\\\" @@ -33,6 +34,7 @@ unix { HEADERS += \ collapser.h \ + debug.h \ formatparser.h \ lua.h \ luawidget.h \ @@ -69,6 +71,7 @@ HEADERS += \ SOURCES += \ pracro.cc \ collapser.cc \ + debug.cc \ formatparser.cc \ lua.cc \ luawidget.cc \ -- cgit v1.2.3