X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2FCMakeLists.txt;fp=src%2Fuisupport%2FCMakeLists.txt;h=0b78acc9e4c14fd4d2fa27ce9f8ab387463c5a5e;hp=c0d6e4bd367d2ebb301e8167a584fc315ed453ef;hb=ef13687df76b292f36f330bed44cf9f35ac53632;hpb=92807744f2baf77c6b7048b236c44d807c725f48 diff --git a/src/uisupport/CMakeLists.txt b/src/uisupport/CMakeLists.txt index c0d6e4bd..0b78acc9 100644 --- a/src/uisupport/CMakeLists.txt +++ b/src/uisupport/CMakeLists.txt @@ -1,6 +1,7 @@ # Builds the uisupport module set(SOURCES + aboutdata.cpp abstractbuffercontainer.cpp abstractitemview.cpp action.cpp @@ -58,5 +59,5 @@ if (WITH_KDE4) endif() if (WITH_KF5) - target_link_libraries(mod_uisupport KF5::TextWidgets) + target_link_libraries(mod_uisupport KF5::CoreAddons KF5::TextWidgets) endif()