summaryrefslogtreecommitdiff
path: root/client/restarter.pro
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-15 20:53:16 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-15 20:53:16 +0200
commit4a2dd17aa0601fffd42f2ec1c92c6a1b79f648d3 (patch)
tree810c02c1cdd244aebdfebdba888a2a70158ab138 /client/restarter.pro
parenteda5eaf4a1be590b9e4905f322b3e0923f65d312 (diff)
work on client started (services retrieving implemented)
server services packet handling implemented
Diffstat (limited to 'client/restarter.pro')
-rw-r--r--client/restarter.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/client/restarter.pro b/client/restarter.pro
index 31052b5..90adbf7 100644
--- a/client/restarter.pro
+++ b/client/restarter.pro
@@ -19,10 +19,16 @@ FORMS += mainwindow.ui
#DEFINES += MINIMAL
+INCLUDEPATH += ../proto_lib
+
+debug:DEFINES += DEBUG
+
QMAKE_CXXFLAGS += -Os -fomit-frame-pointer -std=gnu++0x
QMAKE_CFLAGS += -Os -fomit-frame-pointer -std=gnu99
-LIBS += -Wl,-O1
+
+debug:LIBS += -L../proto_lib/Debug
+LIBS += -lproto -Wl,-O1
RESOURCES += \
resources.qrc