1
0
Fork 0
mirror of https://gitlab.com/niansa/commsy-rest.git synced 2025-03-06 20:48:27 +01:00
commsy-rest/commsy-rest.pro
2020-09-16 14:54:48 +02:00

16 lines
371 B
Prolog

TEMPLATE = app
CONFIG += console c++17
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += \
main.cpp \
qcommsy/curlreq.cpp \
qcommsy/libcommsy.cpp
INCLUDEPATH += /usr/include/jsoncpp
LIBS += -ldrogon -ltrantor -luuid -lz -lcrypto -ldl -ljson-c -lsqlite3 -lssl -ljsoncpp -pthread
LIBS += -lgumbo -lcurl -lcurlpp
HEADERS += \
qcommsy/libcommsy.hpp