git-svn-id: svn://db.shs.com.ru/libs@132 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-10-22 18:30:28 +00:00
parent 4b73034114
commit 8bbb661966
10 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
#-------------------------------------------------
#
# Project created by QtCreator 2016-10-17T12:59:23
#
#-------------------------------------------------
QT += core gui network
TARGET = telegram_bot
TEMPLATE = app
SOURCES += main.cpp\
json.cpp \
telegrambotapi.cpp \
telegrambotbase.cpp \
execbot.cpp
HEADERS += \
json.h \
telegrambotapi.h \
telegrambotbase.h \
execbot.h
FORMS +=