summaryrefslogtreecommitdiff
path: root/server/bounce_qt.pro
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-12-25 09:00:59 +0100
committerTreeki <treeki@gmail.com>2013-12-25 09:00:59 +0100
commitb7a8b597b00eedde277836eb8530ba742edcad5d (patch)
tree1b959fa0eec02ff4e22e168aa4379b2b64575ce3 /server/bounce_qt.pro
downloadbounce_qt-b7a8b597b00eedde277836eb8530ba742edcad5d.tar.gz
bounce_qt-b7a8b597b00eedde277836eb8530ba742edcad5d.zip
commit initial bitsHEADmaster
Diffstat (limited to 'server/bounce_qt.pro')
-rw-r--r--server/bounce_qt.pro38
1 files changed, 38 insertions, 0 deletions
diff --git a/server/bounce_qt.pro b/server/bounce_qt.pro
new file mode 100644
index 0000000..2152506
--- /dev/null
+++ b/server/bounce_qt.pro
@@ -0,0 +1,38 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2013-12-12T06:13:00
+#
+#-------------------------------------------------
+
+QT += core network
+
+QT -= gui
+
+TARGET = bounce_qt
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+
+SOURCES += main.cpp \
+ ircnetwork.cpp \
+ ircnetworkconfig.cpp \
+ bouncer.cpp \
+ packetreader.cpp \
+ packetwriter.cpp \
+ socket.cpp \
+ server.cpp \
+ client.cpp \
+ testthing.cpp
+
+HEADERS += \
+ ircnetwork.h \
+ ircnetworkconfig.h \
+ bouncer.h \
+ packetreader.h \
+ packetwriter.h \
+ socket.h \
+ server.h \
+ client.h \
+ testthing.h