kdewidgets: link the widgets plugin to KtUiTools component

for the reference to QCustomWidget, fixes loading of the plugin

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-07-29 22:56:44 +03:00
parent 5e358d3015
commit 8583056683

View file

@ -27,7 +27,7 @@ if(QT_QTUITOOLS_FOUND)
kde4_add_plugin(kdewidgets ${kdewidgets_SRCS})
target_link_libraries(kdewidgets kio kmediaplayer)
target_link_libraries(kdewidgets kio kmediaplayer ${QT_QTUITOOLS_LIBRARY})
install(
TARGETS kdewidgets