Peter Kümmel wrote:
> Maybe the kde4_add_ui_files is broken:
>
> set( kdeui_UI
> kspellui.ui
> )
>
> kde4_add_ui_files(kdeui_LIB_SRCS ${kdeui_UI} )
The generated command in the makefiles is o.k.,
calling it by hand works, so it seems it is not
called by the makefile.
Peter