From 47d683d131ed5d34ef6cb8281fe8891dd06ef327 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Nov 2019 19:35:45 -0600 Subject: Qt UI Build: Install horizon-qt5 in bin --- ui/qt5/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/qt5/CMakeLists.txt b/ui/qt5/CMakeLists.txt index 5620cf7..38ede75 100644 --- a/ui/qt5/CMakeLists.txt +++ b/ui/qt5/CMakeLists.txt @@ -14,6 +14,8 @@ set(UI_SOURCES add_executable(horizon-qt5 ${UI_SOURCES}) target_link_libraries(horizon-qt5 Qt5::Widgets) +install(TARGETS horizon-qt5 DESTINATION bin) + IF(INSTALL) # add_executable(horizon-run-qt5 ${RUN_QT_SOURCES}) ENDIF(INSTALL) -- cgit v1.2.3-70-g09d2