now that kdecore is free of Qt3Support deps, other parts that require it need to explicitly link against it
svn path=/branches/work/kwin_composite/; revision=612727
This commit is contained in:
parent
69bfbbcba8
commit
cdb2302ee5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ kde4_automoc(kwin_update_window_settings ${kwin_update_window_settings_SRCS})
|
|||
|
||||
kde4_add_executable( kwin_update_window_settings ${kwin_update_window_settings_SRCS})
|
||||
|
||||
target_link_libraries( kwin_update_window_settings ${KDE4_KDECORE_LIBS} )
|
||||
target_link_libraries( kwin_update_window_settings ${KDE4_KDECORE_LIBS} ${QT_QT3SUPPORT_LIBRARY})
|
||||
|
||||
install_targets(/lib/kconf_update_bin/ kwin_update_window_settings )
|
||||
|
||||
|
|
Loading…
Reference in a new issue