2021-05-11 17:29:08 +00:00
|
|
|
target_sources(squawk PRIVATE
|
|
|
|
account.cpp
|
|
|
|
account.h
|
|
|
|
adapterFuctions.cpp
|
|
|
|
archive.cpp
|
|
|
|
archive.h
|
|
|
|
conference.cpp
|
|
|
|
conference.h
|
|
|
|
contact.cpp
|
|
|
|
contact.h
|
|
|
|
main.cpp
|
|
|
|
networkaccess.cpp
|
|
|
|
networkaccess.h
|
|
|
|
rosteritem.cpp
|
|
|
|
rosteritem.h
|
|
|
|
signalcatcher.cpp
|
|
|
|
signalcatcher.h
|
|
|
|
squawk.cpp
|
|
|
|
squawk.h
|
|
|
|
storage.cpp
|
|
|
|
storage.h
|
|
|
|
urlstorage.cpp
|
|
|
|
urlstorage.h
|
|
|
|
)
|
|
|
|
|
|
|
|
add_subdirectory(handlers)
|
2020-04-10 22:15:08 +00:00
|
|
|
add_subdirectory(passwordStorageEngines)
|
|
|
|
|
2021-05-11 17:29:08 +00:00
|
|
|
#if(SYSTEM_QXMPP)
|
|
|
|
# get_target_property(QXMPP_INTERFACE_INCLUDE_DIRECTORIES QXmpp::QXmpp INTERFACE_INCLUDE_DIRECTORIES)
|
|
|
|
# target_include_directories(squawk PRIVATE ${QXMPP_INTERFACE_INCLUDE_DIRECTORIES})
|
|
|
|
#endif()
|
2019-10-07 15:35:55 +00:00
|
|
|
|
2019-03-29 14:54:34 +00:00
|
|
|
# Use the Widgets module from Qt 5.
|