forked from blue/squawk
some thoughts on detecting condition for enablining or showing the button for encryption in chat window
This commit is contained in:
parent
21b40a9ccb
commit
283e9ebc4d
11 changed files with 269 additions and 17 deletions
|
@ -1,21 +1,33 @@
|
|||
target_sources(squawk PRIVATE
|
||||
set(SOURCE_FILES
|
||||
chat.cpp
|
||||
chat.h
|
||||
conversation.cpp
|
||||
conversation.h
|
||||
conversation.ui
|
||||
joinconference.cpp
|
||||
joinconference.h
|
||||
joinconference.ui
|
||||
newcontact.cpp
|
||||
newcontact.h
|
||||
newcontact.ui
|
||||
room.cpp
|
||||
room.h
|
||||
about.cpp
|
||||
about.h
|
||||
)
|
||||
|
||||
set(UI_FILES
|
||||
conversation.ui
|
||||
joinconference.ui
|
||||
newcontact.ui
|
||||
about.ui
|
||||
)
|
||||
)
|
||||
|
||||
set(HEADER_FILES
|
||||
chat.h
|
||||
conversation.h
|
||||
joinconference.h
|
||||
newcontact.h
|
||||
room.h
|
||||
about.h
|
||||
)
|
||||
|
||||
target_sources(squawk PRIVATE
|
||||
${SOURCE_FILES}
|
||||
${UI_FILES}
|
||||
${HEADER_FILES}
|
||||
)
|
||||
|
||||
add_subdirectory(info)
|
||||
add_subdirectory(messageline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue