QT += network TEMPLATE = app CONFIG += release DESTDIR = ./ TARGET = send OBJECTS_DIR = ./tmp/ MOC_DIR = ./tmp/ SOURCES += send.cpp