From b7a8b597b00eedde277836eb8530ba742edcad5d Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 25 Dec 2013 09:00:59 +0100 Subject: commit initial bits --- server/bounce_qt.pro | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 server/bounce_qt.pro (limited to 'server/bounce_qt.pro') 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 -- cgit v1.2.3