mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Enable the usage of pkg-config by MinGW builds
This commit is contained in:
committed by
Felix Kauselmann
parent
30b8e1bf3c
commit
19410cd6e7
@ -6,7 +6,7 @@ HEADERS += $$PWD/extract_delegate.h \
|
||||
|
||||
SOURCES += $$PWD/compressed_archive.cpp
|
||||
|
||||
unix:!macx:!contains(QT_CONFIG, no-pkg-config):packagesExist(libunarr) {
|
||||
if(mingw|unix):!macx:!contains(QT_CONFIG, no-pkg-config):packagesExist(libunarr) {
|
||||
message(Using system provided unarr installation found by pkg-config.)
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libunarr
|
||||
|
Reference in New Issue
Block a user