Next monday kdecore won't link to qt3support anymore; so link it explicitely in those two.
svn path=/trunk/KDE/kdebase/workspace/; revision=608944
This commit is contained in:
parent
ae1a1b25f7
commit
d37ec25cf6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ kde4_automoc(${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 kwin_update_window_settings DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )
|
||||
|
||||
|
|
Loading…
Reference in a new issue