From f77a7f9a1e282dba6e39f6b7f0685971cfac7747 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Mon, 12 Dec 2011 03:57:23 +0200 Subject: Proxifier config parsing --- client/client.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'client/client.pro') diff --git a/client/client.pro b/client/client.pro index ca6abf8..cfdc184 100644 --- a/client/client.pro +++ b/client/client.pro @@ -5,7 +5,7 @@ QMAKE_CXXFLAGS_DEBUG += -DDEBUG -g3 -ggdb -O0 CONFIG += qt debug console warn_on -QT = core gui network +QT = core gui network xml TEMPLATE = app TARGET = client @@ -23,7 +23,8 @@ HEADERS += client.h \ SslClient.h \ FileOpThread.h \ DownloadClient.h \ - Utility.h + Utility.h \ + Proxifier.h SOURCES += Dialog.cpp \ main.cpp \ @@ -35,7 +36,8 @@ SOURCES += Dialog.cpp \ SslClient.cpp \ FileOpThread.cpp \ DownloadClient.cpp \ - Utility.cpp + Utility.cpp \ + Proxifier.cpp OTHER_FILES += -- cgit v1.2.3