rockbox/rbutil/rbutilqt/logger/logger.pri
Dominik Riebeling 48d2927ecc rbutil: Update CuteLogger to most recent upstream.
Update to the most recent git version.

This changes the folder structure and renames some classes to follow
upstream.

Restore MSVC static link fix, and fix wrong variable in qmake project file.

Change-Id: I874bb9ed60e37af09a841988e771fd341414d145
2020-08-08 10:01:42 +02:00

22 lines
500 B
Text

SOURCES += \
$$PWD/src/AbstractAppender.cpp \
$$PWD/src/AbstractStringAppender.cpp \
$$PWD/src/ConsoleAppender.cpp \
$$PWD/src/FileAppender.cpp \
$$PWD/src/Logger.cpp \
HEADERS += \
$$PWD/include/AbstractAppender.h \
$$PWD/include/ConsoleAppender.h \
$$PWD/include/FileAppender.h \
$$PWD/include/OutputDebugAppender.h \
$$PWD/include/AbstractStringAppender.h \
$$PWD/include/CuteLogger_global.h \
$$PWD/include/Logger.h \
INCLUDEPATH += $$PWD/include
DEFINES += \
CUTELOGGER_STATIC