Added application icon (and other icons) and little source code formatting.

This commit is contained in:
2025-10-27 11:13:00 +01:00
parent 7fad2ec1d5
commit 0acc36454c
9 changed files with 15 additions and 3 deletions

View File

@ -22,7 +22,7 @@ add_executable(${TARGET_APP} core_test.cpp)
target_include_directories(${TARGET_APP} PRIVATE ${CORE_LIB_DIR}/include)
target_link_libraries(${TARGET_APP}
PRIVATE
PRIVATE
GTest::GTest
GenericCore)
target_link_libraries(${TARGET_APP} PUBLIC Qt${QT_VERSION_MAJOR}::Core)