mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
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 |