summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-02-04 11:34:38 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2026-02-04 15:24:48 +0100
commit23cc4be5bc02328fe73ccbd67493dd71ef2e2b8f (patch)
treeb9e1a7a416f004d96671c0abf597524946b9dda3 /CMakeLists.txt
parent3b9973552ec613b37fb511f3a0ae24dacb1e4366 (diff)
downloadyachat6-23cc4be5bc02328fe73ccbd67493dd71ef2e2b8f.tar.gz
Add accounts and login pages
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f3bcb9..734046d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,6 +25,8 @@ qt_add_executable(${PROJECT_NAME}
direction.h
jiddb.cpp
jiddb.h
+ login.cpp
+ login.h
main.cpp
omemo_db.cpp
omemo_db.h
@@ -39,10 +41,12 @@ qt_add_qml_module(${PROJECT_NAME}
VERSION 1.0
DEPENDENCIES QtQuick
QML_FILES
+ Accounts.qml
ChatView.qml
ContactList.qml
CustToolbar.qml
EncryptionPopup.qml
+ Login.qml
Main.qml
)