1
0
Fork 0
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:
Dominik Riebeling 2015-03-25 21:58:25 +01:00
parent b230cf3aa2
commit 9ecfe6151b
4 changed files with 47 additions and 23 deletions

View 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