This commit is contained in:
2023-12-26 16:33:45 +08:00
commit d4d18d81a0
6 changed files with 483 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
project(MyLogger)
add_library(${PROJECT_NAME} ${PROJECT_SOURCE_DIR}/loghandler.cpp)
target_link_libraries(${PROJECT_NAME}
Qt5::Core
)