mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
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
|