From f50fb34fb69744ca91091b6cfadd87c9b32dbf41 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 8 Apr 2017 02:53:23 +0300 Subject: Implement initial registration stage --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 217f1c17..dc917ffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,6 +70,7 @@ set(SRC_FILES src/RoomInfo.cc src/RoomInfoListItem.cc src/RoomList.cc + src/Register.cc src/RegisterPage.cc src/SlidingStackWidget.cc src/Sync.cc @@ -108,6 +109,7 @@ qt5_wrap_cpp(MOC_HEADERS include/LoginPage.h include/MainWindow.h include/MatrixClient.h + include/Register.h include/RegisterPage.h include/RoomInfoListItem.h include/RoomList.h -- cgit 1.5.1