make it able to compile the kcm module again (even if importing the konqhistorysettings manually)

svn path=/trunk/KDE/kdebase/apps/; revision=946098
This commit is contained in:
Pino Toscano 2009-03-28 17:15:53 +00:00
parent 4ac6d3daa7
commit bd9f8a50d3

View file

@ -27,7 +27,7 @@ install(TARGETS konq_sidebartree_history DESTINATION ${PLUGIN_INSTALL_DIR})
########### next target ###############
set(kcm_history_SRCS kcmhistory.cpp history_settings.cpp )
set(kcm_history_SRCS kcmhistory.cpp ../../../src/konqhistorysettings.cpp)
kde4_add_ui_files(kcm_history_SRCS history_dlg.ui )