27 lines
511 B
Prolog
27 lines
511 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# 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
|