diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-08 02:53:23 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-08 02:53:23 +0300 |
commit | f50fb34fb69744ca91091b6cfadd87c9b32dbf41 (patch) | |
tree | 21e64e7a80c19f43cf88e23bb2cdf9e8618accfa /CMakeLists.txt | |
parent | Use QLabel to display registration errors (diff) | |
download | nheko-f50fb34fb69744ca91091b6cfadd87c9b32dbf41.tar.xz |
Implement initial registration stage
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |