diff options
author | Alex <b0ris@b0ris-satellite.(none)> | 2011-11-01 02:49:07 +0200 |
---|---|---|
committer | Alex <b0ris@b0ris-satellite.(none)> | 2011-11-01 02:49:07 +0200 |
commit | 103a6a013b6e6df1d1dbbcd073fc9a931fa4cf0a (patch) | |
tree | c2e99d49e43fd6661e8568f8aac54b1445d7e9a8 /client/client.pro | |
parent | a6e060642537eadc3785a19f2b6daac0f63c5179 (diff) |
Fix generic proxy parsing bug. New generic proxy button layouting. Static proxy button functionality
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/client.pro b/client/client.pro index 4a6bcdc..189f75d 100644 --- a/client/client.pro +++ b/client/client.pro @@ -2,7 +2,11 @@ # Automatically generated by qmake (2.01a) Wed Oct 19 03:05:59 2011 ###################################################################### -QMAKE_CXXFLAGS= -DDEBUG -g -ggdb +QMAKE_CXXFLAGS=-O0 +QMAKE_CXXFLAGS_DEBUG += -DDEBUG -g3 -ggdb -O0 + +CONFIG -= release +CONFIG += debug console TEMPLATE = app TARGET = |