#------------------------------------------------- # # 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