Try fixing windows icon

This commit is contained in:
Tobias Fella
2022-11-30 17:16:36 +01:00
parent f1c9f5902a
commit 2a2791c37f

View File

@@ -67,7 +67,7 @@ endif()
ecm_add_app_icon(NEOCHAT_ICON ICONS ${CMAKE_SOURCE_DIR}/128-logo.png)
target_sources(neochat PRIVATE ${NEOCHAT_ICON})
target_sources(neochat-app PRIVATE ${NEOCHAT_ICON})
if(NOT ANDROID)
target_sources(neochat PRIVATE colorschemer.cpp)