diff options
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 8 |
1 files changed, 5 insertions, 3 deletions
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 +=
|