X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=8510a7158914d4c61d67ba0bdeaee75dba192bbd;hb=c65cdada4836f01fe920b09c7fc861cb70c09ac7;hp=6987ec6065ed9b3dfdfad160c7c614cfca2ac154;hpb=6b30ecba9a2decca54b394b26495cbed31a6f193;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 6987ec60..8510a715 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -99,7 +99,7 @@ if (LibsnoreQt5_FOUND) add_definitions(-DHAVE_LIBSNORE) list(APPEND SOURCES snorenotificationbackend.cpp) list(APPEND FORMS snorentificationconfigwidget.ui) - list(APPEND LIBS Snore::Libsnore) + list(APPEND LIBS Snore::Libsnore Snore::LibsnoreSettings) endif() if (PHONON_FOUND OR Phonon4Qt5_FOUND)