X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;fp=src%2Fqtui%2FCMakeLists.txt;h=eedb69c6f47564ce6d484b13ea30e18eace0b445;hp=8510a7158914d4c61d67ba0bdeaee75dba192bbd;hb=8cece06596c290d69c1f32b7221c796437f5fabb;hpb=9351722d2deb2439c4251d69707230b574846272 diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 8510a715..eedb69c6 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -156,6 +156,12 @@ if (WITH_NOTIFICATION_CENTER) list(APPEND LIBS "/System/Library/Frameworks/Foundation.framework") endif() +if (KF5Sonnet_FOUND) + add_definitions(-DHAVE_SONNET) + list(APPEND SOURCES settingspages/sonnetsettingspage.cpp) + list(APPEND LIBS KF5::SonnetUi) +endif() + foreach(FORM ${FORMS}) set(FORMPATH ${FORMPATH} ui/${FORM}) endforeach(FORM ${FORMS})