diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-11 00:42:50 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-11 00:42:50 +0200 |
commit | d9a7ccf4eb0fe6d44cf1a7361b331889a98ff85b (patch) | |
tree | a01b1a8265601788d2e4b3003940bc2f33669755 /client/client.pro | |
parent | fe4520fc09dca52c158437f5621f5909d7d6974f (diff) |
Self-updated config. Various fixes and improvements. TODO: test client/server communication
Diffstat (limited to 'client/client.pro')
-rwxr-xr-x | client/client.pro | 2 |
1 files changed, 2 insertions, 0 deletions
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 +=
|