mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
Fix p7zip compressed archive test for mac/linux
This commit is contained in:
13
compressed_archive/unarr/unarr-wrapper.pri
Normal file
13
compressed_archive/unarr/unarr-wrapper.pri
Normal file
@ -0,0 +1,13 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
||||
|
||||
HEADERS += $$PWD/extract_delegate.h \
|
||||
$$PWD/compressed_archive.h \
|
||||
|
||||
SOURCES += $$PWD/compressed_archive.cpp \
|
||||
|
||||
#static build (no lib)
|
||||
include(unarr.pro)
|
||||
|
||||
#for system libunarr.so
|
||||
#LIBS+=-lunarr
|
Reference in New Issue
Block a user