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_test/telegram_test.pro

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