X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2FCMakeLists.txt;h=591b993c933a27be1da144d4bee7ec68e4bc5aaa;hb=d438145b28f34b7fdbc7e290aa001e5f3f922207;hp=37ea3114f8e3bc53106b22db7272d95a9e771450;hpb=56f70df273886f020699d296bcb7e3fbea237c09;p=quassel.git diff --git a/src/uisupport/CMakeLists.txt b/src/uisupport/CMakeLists.txt index 37ea3114..591b993c 100644 --- a/src/uisupport/CMakeLists.txt +++ b/src/uisupport/CMakeLists.txt @@ -18,6 +18,7 @@ set(SOURCES flatproxymodel.cpp fontselector.cpp graphicalui.cpp + icon.cpp multilineedit.cpp networkmodelcontroller.cpp nickview.cpp @@ -28,6 +29,7 @@ set(SOURCES styledlabel.cpp tabcompleter.cpp toolbaractionprovider.cpp + treeviewtouch.cpp uisettings.cpp uistyle.cpp @@ -61,3 +63,8 @@ endif() if (WITH_KF5) target_link_libraries(mod_uisupport KF5::CoreAddons KF5::TextWidgets KF5::XmlGui) endif() + +if (KF5Sonnet_FOUND) + add_definitions(-DHAVE_SONNET) + target_link_libraries(mod_uisupport KF5::SonnetUi) +endif()