From 3097037c3dc882be2efe64dce6aefeea43d5f040 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Mon, 30 Apr 2018 21:41:47 +0300 Subject: Add prototype room settings menu --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 864f42a1..e1d835f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,6 +106,7 @@ set(SRC_FILES src/dialogs/Logout.cc src/dialogs/ReadReceipts.cc src/dialogs/ReCaptcha.cpp + src/dialogs/RoomSettings.cpp # Emoji src/emoji/Category.cc @@ -222,6 +223,7 @@ qt5_wrap_cpp(MOC_HEADERS include/dialogs/Logout.h include/dialogs/ReadReceipts.h include/dialogs/ReCaptcha.hpp + include/dialogs/RoomSettings.hpp # Emoji include/emoji/Category.h -- cgit 1.5.1