yttui/yt-tool-tui.pro

30 lines
514 B
Prolog

TEMPLATE = app
CONFIG += console c++17
CONFIG -= app_bundle
CONFIG -= qt
unix:!macx: LIBS += -L$$PWD/termpaint/ -ltermpaint
INCLUDEPATH += $$PWD/termpaint
DEPENDPATH += $$PWD/termpaint
unix:!macx: PRE_TARGETDEPS += $$PWD/termpaint/libtermpaint.a
SOURCES += \
db.cpp \
main.cpp \
tui.cpp \
yt.cpp
HEADERS += \
db.h \
tui.h \
yt.h
unix: CONFIG += link_pkgconfig
unix: PKGCONFIG += libcurl sqlite3 nlohmann_json
DISTFILES += \
README.md \
yttui.conf.example