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

This commit is contained in:
2016-10-19 13:20:53 +00:00
parent 81f9c82679
commit 724d9652bd
14 changed files with 2023 additions and 0 deletions

View File

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