summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--applications/kube/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/kube/CMakeLists.txt b/applications/kube/CMakeLists.txt
index 4495d842..fa145816 100644
--- a/applications/kube/CMakeLists.txt
+++ b/applications/kube/CMakeLists.txt
@@ -9,7 +9,7 @@ set(SRCS main.cpp)
9 9
10if(APPLE OR WIN32) 10if(APPLE OR WIN32)
11 # Sets the icon on Windows and OSX 11 # Sets the icon on Windows and OSX
12 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../../icons/*-apps-kube_icon.*") 12 file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../../icons/*-apps-kube_icon.png")
13 ecm_add_app_icon(SRCS ICONS ${ICONS_SRCS}) 13 ecm_add_app_icon(SRCS ICONS ${ICONS_SRCS})
14endif() 14endif()
15 15