last changes

This commit is contained in:
2020-06-15 22:22:46 +03:00
parent 5f405ca403
commit 259f321df4
53 changed files with 3368 additions and 842 deletions

27
AdServer/AdServer.pro Normal file
View File

@@ -0,0 +1,27 @@
#-------------------------------------------------
#
# Project created by QtCreator 2012-07-14T18:11:58
#
#-------------------------------------------------
QT += core gui network
TARGET = AdServer
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp \
server.cpp \
connection.cpp \
client.cpp \
clientbase.cpp
HEADERS += widget.h \
server.h \
connection.h \
client.h \
clientbase.h \
message.h
FORMS += widget.ui