Remove references to prerelease termpaint distribution and use pkg-config

This commit is contained in:
Daniel Schulte 2020-11-28 10:49:40 +01:00
parent 88bd2300a9
commit 539e51ab0f
1 changed files with 1 additions and 8 deletions

View File

@ -3,13 +3,6 @@ CONFIG += console c++17
CONFIG -= app_bundle CONFIG -= app_bundle
CONFIG -= qt CONFIG -= qt
unix:!macx: LIBS += -L$$PWD/termpaint/ -ltermpaint
INCLUDEPATH += $$PWD/termpaint
DEPENDPATH += $$PWD/termpaint
unix:!macx: PRE_TARGETDEPS += $$PWD/termpaint/libtermpaint.a
SOURCES += \ SOURCES += \
db.cpp \ db.cpp \
main.cpp \ main.cpp \
@ -22,7 +15,7 @@ HEADERS += \
yt.h yt.h
unix: CONFIG += link_pkgconfig unix: CONFIG += link_pkgconfig
unix: PKGCONFIG += libcurl sqlite3 nlohmann_json unix: PKGCONFIG += libcurl sqlite3 nlohmann_json termpaint
DISTFILES += \ DISTFILES += \
README.md \ README.md \