From 94852abf14bf5f57dc6d3124372d8ab6316dab50 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Thu, 20 Oct 2011 05:43:46 +0300 Subject: push client's missing files --- client/client.pro | 4 ++-- client/main.cpp | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/client.pro b/client/client.pro index ef28c1a..050e6b1 100644 --- a/client/client.pro +++ b/client/client.pro @@ -8,5 +8,5 @@ DEPENDPATH += . INCLUDEPATH += . # Input -HEADERS += dialog.h -SOURCES += dialog.cpp main.cpp +HEADERS += client.h proxy.h dialog.h +SOURCES += dialog.cpp main.cpp proxy.cpp diff --git a/client/main.cpp b/client/main.cpp index ab4d526..0c36979 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -1,5 +1,7 @@ #include +#include "client.h" +#include "proxy.h" #include "dialog.h" int main(int argc, char *argv[]) -- cgit v1.2.3