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=44fda1797ca374d6617ea4602427e692b4e3a8f9;hp=345c4d17ed1cd385d73bc76b643df69fbe0d3cc8;hb=1a45f16a9734820fba42fe1db3f38dd1eee49df6;hpb=a7acde8447823f9cd5f25aae569a1ec3a0174073 diff --git a/src/uisupport/CMakeLists.txt b/src/uisupport/CMakeLists.txt index 345c4d17..44fda179 100644 --- a/src/uisupport/CMakeLists.txt +++ b/src/uisupport/CMakeLists.txt @@ -60,3 +60,11 @@ if (KF5Sonnet_FOUND) target_link_libraries(${TARGET} PRIVATE KF5::SonnetUi) target_compile_definitions(${TARGET} PRIVATE -DHAVE_SONNET) endif() + +target_link_if_exists(${TARGET} + PUBLIC + Quassel::Resource::HicolorIcons + Quassel::Resource::Icons + Quassel::Resource::IconThemes + Quassel::Resource::Pics +)