mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
|
|
HEADERS += $$PWD/templateglobal.h
|
|
HEADERS += $$PWD/template.h
|
|
HEADERS += $$PWD/templateloader.h
|
|
HEADERS += $$PWD/templatecache.h
|
|
|
|
SOURCES += $$PWD/template.cpp
|
|
SOURCES += $$PWD/templateloader.cpp
|
|
SOURCES += $$PWD/templatecache.cpp
|