From d3728b38b12b2f9762ba26fc6fc302cb79f7ee6c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 6 Dec 2019 04:49:30 -0600 Subject: Qt UI: Implement UI.Writeout and UI.Commit requirements --- ui/qt5/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ui/qt5/CMakeLists.txt') diff --git a/ui/qt5/CMakeLists.txt b/ui/qt5/CMakeLists.txt index 7fd1ebf..14d5399 100644 --- a/ui/qt5/CMakeLists.txt +++ b/ui/qt5/CMakeLists.txt @@ -25,6 +25,12 @@ set(UI_SOURCES horizon.qrc) +IF(INSTALL) + LIST(APPEND UI_SOURCES commitpage.cc) +ELSE(INSTALL) + LIST(APPEND UI_SOURCES writeoutpage.cc) +ENDIF(INSTALL) + IF(UNSUPPORTED_NONFREE_FIRMWARE) LIST(APPEND UI_SOURCES firmwarepage.cc) ENDIF(UNSUPPORTED_NONFREE_FIRMWARE) -- cgit v1.2.3-70-g09d2