From 04a397afdeddf08173313be429648f6f3492045d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 5 Dec 2019 03:36:39 -0600 Subject: Qt UI: Initial draft of outputting a HorizonScript file from the UI --- ui/qt5/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ui/qt5/CMakeLists.txt') diff --git a/ui/qt5/CMakeLists.txt b/ui/qt5/CMakeLists.txt index 9ac6372..7fd1ebf 100644 --- a/ui/qt5/CMakeLists.txt +++ b/ui/qt5/CMakeLists.txt @@ -31,7 +31,11 @@ ENDIF(UNSUPPORTED_NONFREE_FIRMWARE) include_directories(${CMAKE_SOURCE_DIR}/3rdparty) add_executable(horizon-qt5 ${UI_SOURCES}) -target_link_libraries(horizon-qt5 Qt5::Network Qt5::Widgets) +target_link_libraries(horizon-qt5 Qt5::Network Qt5::Widgets crypto) + +IF("cxx_std_17" IN_LIST CMAKE_CXX_COMPILE_FEATURES) + set_property(TARGET horizon-qt5 PROPERTY CXX_STANDARD 17) +ENDIF() install(TARGETS horizon-qt5 DESTINATION bin) -- cgit v1.2.3-60-g2f50