build: WIP CMakeLists refactoring continue - add FindSignal

This commit is contained in:
vae 2021-05-11 21:35:12 +03:00
parent 6e06a1d5bc
commit 0038aca1f6
Signed by untrusted user: vae
GPG key ID: A9A33351400E00E5
11 changed files with 188 additions and 204 deletions

View file

@ -25,10 +25,3 @@ target_sources(squawk PRIVATE
add_subdirectory(handlers)
add_subdirectory(passwordStorageEngines)
#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()
# Use the Widgets module from Qt 5.