aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/dcc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dcc/dcc.pro')
-rw-r--r--src/modules/dcc/dcc.pro39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/modules/dcc/dcc.pro b/src/modules/dcc/dcc.pro
new file mode 100644
index 000000000..517e1e58f
--- /dev/null
+++ b/src/modules/dcc/dcc.pro
@@ -0,0 +1,39 @@
+TARGET = kvidcc
+
+HEADERS += adpcmcodec.h \
+ broker.h \
+ canvas.h \
+ canvaswidget.h \
+ chat.h \
+ codec.h \
+ descriptor.h \
+ dialogs.h \
+ gsmcodec.h \
+ marshal.h \
+ send.h \
+ thread.h \
+ utils.h \
+ voice.h \
+ window.h
+
+SOURCES += adpcmcodec.cpp \
+ broker.cpp \
+ canvas.cpp \
+ canvaswidget.cpp \
+ chat.cpp \
+ codec.cpp \
+ descriptor.cpp \
+ dialogs.cpp \
+ gsmcodec.cpp \
+ libkvidcc.cpp \
+ marshal.cpp \
+ requests.cpp \
+ send.cpp \
+ thread.cpp \
+ utils.cpp \
+ voice.cpp \
+ window.cpp
+
+include(../module.pri)
+
+LIBS += -lws2_32 \ No newline at end of file