mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
|
|
HEADERS += $$PWD/extract_delegate.h \
|
|
$$PWD/compressed_archive.h \
|
|
|
|
SOURCES += $$PWD/compressed_archive.cpp \
|
|
|
|
LIBS+=-lunarr |