build: WIP CMakeLists refactoring continue - add FindSignal
This commit is contained in:
parent
6e06a1d5bc
commit
0038aca1f6
11 changed files with 188 additions and 204 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue