diff options
author | deva <deva> | 2010-08-17 11:14:04 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-17 11:14:04 +0000 |
commit | c788e6a1b174afd154e589a76885731c2fc19723 (patch) | |
tree | 761a87ee3941d671dd41d8b6df7a39bd85c993b1 /client/client.pro | |
parent | 2a9d0cf8c52a832c04729a4c65f07e6cd24eb19e (diff) |
First shot at a debug console.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |