Remove references to prerelease termpaint distribution and use pkg-config
This commit is contained in:
parent
88bd2300a9
commit
539e51ab0f
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue