Add app icon

This commit is contained in:
2022-04-07 16:17:52 +02:00
parent 4344a11385
commit 5a8582c8b0
6 changed files with 8 additions and 0 deletions
+3
View File
@@ -33,6 +33,9 @@ set(TENMON_SRC
)
qt5_add_resources(TENMON_SRC resources.qrc)
if(WIN32)
list(APPEND TENMON_SRC icon.rc)
endif(WIN32)
add_executable(tenmon ${TENMON_SRC})