-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRepostBot.pro
More file actions
executable file
·44 lines (34 loc) · 1011 Bytes
/
RepostBot.pro
File metadata and controls
executable file
·44 lines (34 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
TEMPLATE = app
TARGET = RepostBot
QT += core network
CONFIG += c++14
QMAKE_CXXFLAGS += -std=c++14 -Wno-unknown-pragmas
DEFINES += "HAVE_CURL"
# SOURCES += main.cpp \
# interfaces/Model.cpp \
# apis/TelegramApi.cpp \
# apis/bots/TelegramBot.cpp \
# apis/VkApi.cpp \
# apis/handlers/VkHandler.cpp \
# models/Attachment.cpp \
# models/Post.cpp \
# models/Error.cpp \
# models/Status.cpp \
# queue/QueueManager.cpp \
# queue/QueueTask.cpp \
# queue/QueueHandler.cpp\
# tasks/TaskManager.cpp \
# tasks/vk/PostsVkTask.cpp \
# utils/Utils.cpp \
# utils/logs/Logger.cpp \
# utils/Zip.cpp \
# vendor/json/json.hpp \
# Storage.cpp \
# Runner.cpp
# Unity build
SOURCES += cmake-build-debug/cotire/RepostBot_CXX_unity.cxx
LIBS += -L$$PWD/vendor/libs-linux-64/
LIBS += -lTgBot -lcurl -lz -lssl -lcrypto -ldl -lboost_system -ljpeg -lcares_static -lminizip
INCLUDEPATH += $$PWD/vendor/
INCLUDEPATH += $$PWD/vendor/tgbot-cpp/include
DEPENDPATH += $$PWD/vendor/libs-linux-64/