forked from blue/squawk
started refactoring of the VCard UI
This commit is contained in:
parent
bb304ce774
commit
4af16b75bf
32 changed files with 1250 additions and 166 deletions
27
ui/widgets/info/CMakeLists.txt
Normal file
27
ui/widgets/info/CMakeLists.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
set(SOURCE_FILES
|
||||
info.cpp
|
||||
contactgeneral.cpp
|
||||
contactcontacts.cpp
|
||||
)
|
||||
|
||||
set(UI_FILES
|
||||
info.ui
|
||||
contactgeneral.ui
|
||||
contactcontacts.ui
|
||||
)
|
||||
|
||||
set(HEADER_FILES
|
||||
info.h
|
||||
contactgeneral.h
|
||||
contactcontacts.h
|
||||
)
|
||||
|
||||
target_sources(squawk PRIVATE
|
||||
${SOURCE_FILES}
|
||||
${UI_FILES}
|
||||
${HEADER_FILES}
|
||||
)
|
||||
|
||||
if (WITH_OMEMO)
|
||||
add_subdirectory(omemo)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue