From e1326e397c1b20952ff9e23b8666c10630ac4239 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 16 Mar 2016 11:35:03 +0100 Subject: [PATCH] Link against KCrash. --- src/calamares/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/calamares/CMakeLists.txt b/src/calamares/CMakeLists.txt index f02815af9..6f2f87988 100644 --- a/src/calamares/CMakeLists.txt +++ b/src/calamares/CMakeLists.txt @@ -51,6 +51,11 @@ SET_TARGET_PROPERTIES(calamares_bin RUNTIME_OUTPUT_NAME calamares ) +if( WITH_KF5Crash ) + set( LINK_LIBRARIES + KF5::Crash + ) +endif() qt5_use_modules( calamares_bin Core Widgets ) target_link_libraries( calamares_bin