yacreader/YACReaderLibrary/server/lib/templateengine/templateengine.pri
Felix Kauselmann ab96056b0e Normalize line endings
Normalize the line endings for a bunch of files previously not covered 
by .gitattributes.
2018-08-07 11:09:02 +02:00

12 lines
277 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