diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-10 23:59:50 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-10 23:59:50 +0200 |
commit | ef0b0f68795786751b04615451d42dbd7b3d7a5d (patch) | |
tree | a04f4677032d054d803e0a67929fbfe4d46eb87a /CMakeLists.txt | |
parent | Add gui option for joining rooms (#25) (diff) | |
download | nheko-ef0b0f68795786751b04615451d42dbd7b3d7a5d.tar.xz |
Add menu to invite users
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1591c36f..b6affe75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,6 +142,7 @@ endif() set(SRC_FILES # Dialogs src/dialogs/ImageOverlay.cc + src/dialogs/InviteUsers.cc src/dialogs/JoinRoom.cc src/dialogs/LeaveRoom.cc src/dialogs/Logout.cc @@ -185,6 +186,7 @@ set(SRC_FILES src/Cache.cc src/ChatPage.cc src/Deserializable.cc + src/InviteeItem.cc src/InputValidator.cc src/Login.cc src/LoginPage.cc @@ -218,6 +220,7 @@ include_directories(${LMDB_INCLUDE_DIR}) qt5_wrap_cpp(MOC_HEADERS # Dialogs include/dialogs/ImageOverlay.h + include/dialogs/InviteUsers.h include/dialogs/JoinRoom.h include/dialogs/LeaveRoom.h include/dialogs/Logout.h @@ -259,6 +262,7 @@ qt5_wrap_cpp(MOC_HEADERS include/ChatPage.h include/LoginPage.h include/MainWindow.h + include/InviteeItem.h include/MatrixClient.h include/QuickSwitcher.h include/RegisterPage.h |