mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
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:
parent
5e358d3015
commit
8583056683
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if(QT_QTUITOOLS_FOUND)
|
||||||
|
|
||||||
kde4_add_plugin(kdewidgets ${kdewidgets_SRCS})
|
kde4_add_plugin(kdewidgets ${kdewidgets_SRCS})
|
||||||
|
|
||||||
target_link_libraries(kdewidgets kio kmediaplayer)
|
target_link_libraries(kdewidgets kio kmediaplayer ${QT_QTUITOOLS_LIBRARY})
|
||||||
|
|
||||||
install(
|
install(
|
||||||
TARGETS kdewidgets
|
TARGETS kdewidgets
|
||||||
|
|
Loading…
Add table
Reference in a new issue