mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
Normalize the line endings for a bunch of files previously not covered by .gitattributes.
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
|
|
HEADERS += $$PWD/logglobal.h $$PWD/logmessage.h $$PWD/logger.h $$PWD/filelogger.h $$PWD/dualfilelogger.h
|
|
|
|
SOURCES += $$PWD/logmessage.cpp $$PWD/logger.cpp $$PWD/filelogger.cpp $$PWD/dualfilelogger.cpp
|