From 539e51ab0f56880a6daa24ddc45672ca173b291a Mon Sep 17 00:00:00 2001 From: trilader Date: Sat, 28 Nov 2020 10:49:40 +0100 Subject: [PATCH] Remove references to prerelease termpaint distribution and use pkg-config --- yt-tool-tui.pro | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/yt-tool-tui.pro b/yt-tool-tui.pro index 2e9a9ff..17dc596 100644 --- a/yt-tool-tui.pro +++ b/yt-tool-tui.pro @@ -3,13 +3,6 @@ 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 \ @@ -22,7 +15,7 @@ HEADERS += \ yt.h unix: CONFIG += link_pkgconfig -unix: PKGCONFIG += libcurl sqlite3 nlohmann_json +unix: PKGCONFIG += libcurl sqlite3 nlohmann_json termpaint DISTFILES += \ README.md \