summaryrefslogtreecommitdiffstats
path: root/applications/kube/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'applications/kube/CMakeLists.txt')
-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 fa145816..b2d5d6c4 100644
--- a/applications/kube/CMakeLists.txt
+++ b/applications/kube/CMakeLists.txt
@@ -5,7 +5,7 @@ include(ECMAddAppIcon)
5find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Quick) 5find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Quick)
6 6
7# install executable 7# install executable
8set(SRCS main.cpp) 8set(SRCS main.cpp backtrace.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