1
0
mirror of https://gitlab.com/comunic/comunicterm synced 2024-07-06 07:29:16 +00:00
comunicterm/ComunicTerm.pro

17 lines
264 B
Prolog
Raw Normal View History

2020-01-07 20:08:18 +00:00
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
2020-01-07 20:53:27 +00:00
LIBS += -lboost_system -lcrypto -lssl -lcpprest
2020-01-07 20:08:18 +00:00
SOURCES += \
2020-01-07 20:53:27 +00:00
main.cpp \
api_request.cpp \
apiresponse.cpp
HEADERS += \
config.h \
api_request.h \
apiresponse.h