diff options
Diffstat (limited to 'applications/kube/CMakeLists.txt')
-rw-r--r-- | applications/kube/CMakeLists.txt | 2 |
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) | |||
5 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Quick) | 5 | find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Quick) |
6 | 6 | ||
7 | # install executable | 7 | # install executable |
8 | set(SRCS main.cpp) | 8 | set(SRCS main.cpp backtrace.cpp) |
9 | 9 | ||
10 | if(APPLE OR WIN32) | 10 | if(APPLE OR WIN32) |
11 | # Sets the icon on Windows and OSX | 11 | # Sets the icon on Windows and OSX |