TEMPLATE = lib CONFIG += c++17 CONFIG += staticlib TARGET = logic HEADERS += \ include/LogWarehouse.h \ include/type/Log.h \ include/type/ELogLevel.h \ include/type/MessagePart.h \ include/type/LoggedObjectDto.h \ include/type/SourceLocationDto.h \ include/parser/IParser.h SOURCES += \ src/LogWarehouse.cpp