2021-05-11 20:29:08 +03:00
|
|
|
target_sources(squawk PRIVATE
|
2021-05-11 21:35:12 +03:00
|
|
|
emailsmodel.cpp
|
|
|
|
emailsmodel.h
|
|
|
|
phonesmodel.cpp
|
|
|
|
phonesmodel.h
|
|
|
|
vcard.cpp
|
|
|
|
vcard.h
|
|
|
|
vcard.ui
|
2021-05-11 20:29:08 +03:00
|
|
|
)
|
2023-01-01 20:25:51 +03:00
|
|
|
|
|
|
|
if (WITH_OMEMO)
|
|
|
|
add_subdirectory(omemo)
|
|
|
|
endif()
|