diff options
Diffstat (limited to 'client/restarter.pro')
-rw-r--r-- | client/restarter.pro | 8 |
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 |