diff options
author | deva <deva> | 2009-08-31 11:35:25 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-31 11:35:25 +0000 |
commit | e02eda612f7042ea8ab54d7740703d7e95d17a44 (patch) | |
tree | d1a5cc129fe32f36bb9ffc4b4a0ca96477416e84 | |
parent | 31c2166b8d95206b62831a021f4917027ffb2647 (diff) |
Remove debug window on win32.
-rw-r--r-- | client/client.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/client/client.pro b/client/client.pro index 162bf22..6cce982 100644 --- a/client/client.pro +++ b/client/client.pro @@ -12,6 +12,7 @@ QT += core gui network xml sql svg # For debugging debug { QMAKE_CXXFLAGS += -g -Wall -Werror + CONFIG += debug } DEFINES+=VERSION=\\\"1.1.0\\\" @@ -21,9 +22,9 @@ win32 { INCLUDEPATH += lua/include LIBS += -llua51 DEFINES += HOST_WIN32 - debug { - CONFIG += console - } +# debug { +# CONFIG += console +# } } unix { @@ -98,4 +99,4 @@ SOURCES += \ widgets/altcombobox.cc \ widgets/metawidget.cc -TRANSLATIONS=pracro_dk.ts
\ No newline at end of file +TRANSLATIONS = pracro_dk.ts |