This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/telegram_bot/telegram_bot.pro

26 lines
457 B
Prolog

#-------------------------------------------------
#
# 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 +=