git-svn-id: svn://db.shs.com.ru/libs@132 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
25
telegram_bot/telegram_bot.pro
Normal file
25
telegram_bot/telegram_bot.pro
Normal 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 +=
|
||||
Reference in New Issue
Block a user