diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-05-14 21:10:03 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-05-14 21:10:03 +0300 |
commit | a568d60cef5e293c33eec6a1864e361f16b895b9 (patch) | |
tree | 8014f8546f7b6af95ff67d06c565034f54d607f3 /CMakeLists.txt | |
parent | Add missing parents (diff) | |
download | nheko-a568d60cef5e293c33eec6a1864e361f16b895b9.tar.xz |
Remove MainWindow ui form
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f9204c9..b6ddd91b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,7 +150,6 @@ include_directories(include/events/messages) qt5_wrap_ui (UI_HEADERS forms/ChatPage.ui - forms/MainWindow.ui forms/RoomList.ui ) |