From d9a7ccf4eb0fe6d44cf1a7361b331889a98ff85b Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Fri, 11 Nov 2011 00:42:50 +0200 Subject: Self-updated config. Various fixes and improvements. TODO: test client/server communication --- client/client.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/client.pro') diff --git a/client/client.pro b/client/client.pro index 1e6185e..16de7f0 100755 --- a/client/client.pro +++ b/client/client.pro @@ -19,6 +19,7 @@ HEADERS += client.h \ ProxyClientApp.h \ Logger.h \ Config.h \ + UpdatedConfig.h \ SslClient.h SOURCES += Dialog.cpp \ @@ -27,6 +28,7 @@ SOURCES += Dialog.cpp \ ProxyClientApp.cpp \ Logger.cpp \ Config.cpp \ + UpdatedConfig.cpp \ SslClient.cpp OTHER_FILES += -- cgit v1.2.3