From 89d6152b3ba1b5b945c203d2f1989843e158d5ea Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 23 Nov 2016 19:41:55 +0100 Subject: [PATCH] Install kdeconnect-indicator --- indicator/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indicator/CMakeLists.txt b/indicator/CMakeLists.txt index 3652aeae1..8ce2e1065 100644 --- a/indicator/CMakeLists.txt +++ b/indicator/CMakeLists.txt @@ -1,2 +1,4 @@ add_executable(kdeconnect-indicator main.cpp deviceindicator.cpp) target_link_libraries(kdeconnect-indicator Qt5::Widgets KF5::CoreAddons KF5::I18n kdeconnectinterfaces) + +install(TARGETS kdeconnect-indicator ${INSTALL_TARGETS_DEFAULT_ARGS})