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