9ecfe6151b
Move to separate project include file for better readability and reusability. Change-Id: If75805be8fad4aec8ede600f5c616a9412ac0505
19 lines
394 B
Text
19 lines
394 B
Text
|
|
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
|