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

19 lines
316 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-08 16:43:04 +00:00
LIBS += -lboost_system -lcrypto -lssl -lcpprest -lncurses
2020-01-07 20:53:27 +00:00
2020-01-07 20:08:18 +00:00
SOURCES += \
2020-01-07 20:53:27 +00:00
main.cpp \
api_request.cpp \
2020-01-08 16:43:04 +00:00
apiresponse.cpp \
loginscreen.cpp
2020-01-07 20:53:27 +00:00
HEADERS += \
config.h \
api_request.h \
2020-01-08 16:43:04 +00:00
apiresponse.h \
loginscreen.h