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:
Daniel Molkentin 2006-12-12 13:36:46 +00:00
parent 69bfbbcba8
commit cdb2302ee5

View file

@ -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}) 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 ) install_targets(/lib/kconf_update_bin/ kwin_update_window_settings )