Add message output when using 7zip in windows

This commit is contained in:
Luis Ángel San Martín 2022-08-31 09:29:11 +02:00
parent cb5439cd96
commit e8e45649d1

View File

@ -2,7 +2,9 @@ INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
win32 {
!exists (../compressed_archive/lib7zip) {
exists (../compressed_archive/lib7zip) {
message(Using 7zip)
} else {
error(You\'ll need 7zip source code to compile YACReader. \
Please check the compressed_archive folder for further instructions.)
}