forked from len0rd/rockbox
Separate logger / quazip project file parts.
Move to separate project include file for better readability and reusability. Change-Id: If75805be8fad4aec8ede600f5c616a9412ac0505
This commit is contained in:
parent
b230cf3aa2
commit
9ecfe6151b
4 changed files with 47 additions and 23 deletions
19
rbutil/rbutilqt/logger/logger.pri
Normal file
19
rbutil/rbutilqt/logger/logger.pri
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
SOURCES += \
|
||||
$$PWD/AbstractAppender.cpp \
|
||||
$$PWD/AbstractStringAppender.cpp \
|
||||
$$PWD/ConsoleAppender.cpp \
|
||||
$$PWD/FileAppender.cpp \
|
||||
$$PWD/Logger.cpp \
|
||||
|
||||
INCLUDES += \
|
||||
$$PWD/AbstractAppender.h \
|
||||
$$PWD/ConsoleAppender.h \
|
||||
$$PWD/FileAppender.h \
|
||||
$$PWD/OutputDebugAppender.h \
|
||||
$$PWD/AbstractStringAppender.h \
|
||||
$$PWD/CuteLogger_global.h \
|
||||
$$PWD/Logger.h \
|
||||
|
||||
DEFINES += \
|
||||
CUTELOGGER_STATIC
|
||||
Loading…
Add table
Add a link
Reference in a new issue