summaryrefslogtreecommitdiff
path: root/ui/qt5/CMakeLists.txt
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-29 17:18:58 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-29 17:18:58 -0600
commitc6771c06689dfb49b8050e99b9c3572c27a8cb3e (patch)
treefa7a5d1c9fe7dddcb1478d3ebe6d22babe1c2300 /ui/qt5/CMakeLists.txt
parentb9fad79ccf775de757997f532a45d6c300ae2a73 (diff)
downloadhorizon-c6771c06689dfb49b8050e99b9c3572c27a8cb3e.tar.gz
horizon-c6771c06689dfb49b8050e99b9c3572c27a8cb3e.tar.bz2
horizon-c6771c06689dfb49b8050e99b9c3572c27a8cb3e.tar.xz
horizon-c6771c06689dfb49b8050e99b9c3572c27a8cb3e.zip
Qt UI: Add Accounts page, still in progress
Diffstat (limited to 'ui/qt5/CMakeLists.txt')
-rw-r--r--ui/qt5/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt5/CMakeLists.txt b/ui/qt5/CMakeLists.txt
index 720fc4f..ab626b4 100644
--- a/ui/qt5/CMakeLists.txt
+++ b/ui/qt5/CMakeLists.txt
@@ -7,6 +7,7 @@ set(UI_SOURCES
horizonhelpwindow.cc
main.cc
${CMAKE_SOURCE_DIR}/3rdparty/Section.cpp
+ useraccountwidget.cc
intropage.cc
inputpage.cc
@@ -19,6 +20,7 @@ set(UI_SOURCES
pkgsimple.cc
bootpage.cc
rootpwpage.cc
+ accountpage.cc
horizon.qrc)