mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 10:10:31 -05:00
added "Complete/NotComplete" status to folders, now the user can track if he/she has all the comics of a certain collection
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
||||
|
||||
HEADERS += $$PWD/template.h $$PWD/templateloader.h $$PWD/templatecache.h
|
||||
SOURCES += $$PWD/template.cpp $$PWD/templateloader.cpp $$PWD/templatecache.cpp
|
||||
|
||||
OTHER_FILES += $$PWD/../doc/readme.txt
|
||||
Reference in New Issue
Block a user