From 4a2dd17aa0601fffd42f2ec1c92c6a1b79f648d3 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 15 Feb 2013 20:53:16 +0200 Subject: work on client started (services retrieving implemented) server services packet handling implemented --- client/restarter.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'client/restarter.pro') 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 -- cgit v1.2.3