forked from blue/squawk
minor fixes, form to join MUC
This commit is contained in:
parent
5f8d38bd9a
commit
c295fa1c1d
23 changed files with 385 additions and 34 deletions
|
@ -12,8 +12,6 @@ find_package(Qt5DBus CONFIG REQUIRED)
|
|||
|
||||
set(squawkUI_SRC
|
||||
squawk.cpp
|
||||
accounts.cpp
|
||||
account.cpp
|
||||
models/accounts.cpp
|
||||
models/roster.cpp
|
||||
models/item.cpp
|
||||
|
@ -28,7 +26,10 @@ set(squawkUI_SRC
|
|||
widgets/chat.cpp
|
||||
widgets/room.cpp
|
||||
widgets/messageline.cpp
|
||||
newcontact.cpp
|
||||
widgets/newcontact.cpp
|
||||
widgets/accounts.cpp
|
||||
widgets/account.cpp
|
||||
widgets/joinconference.cpp
|
||||
)
|
||||
|
||||
# Tell CMake to create the helloworld executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue