File admin-uic-local-path-fix.diff of Package taskjuggler
--- acinclude.m4 2009-07-13 19:35:05.000000000 +0200
+++ acinclude.m4.new 2009-07-13 19:34:59.000000000 +0200
@@ -325,7 +325,7 @@
KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no)
if test x$ac_uic_supports_libpath = xyes; then
- UIC="$UIC -L \$(kde_widgetdir)"
+ UIC="$UIC -L \$(kde_widgetdir) -L TaskJugglerUI "
fi
if test x$ac_uic_supports_nounload = xyes; then
UIC="$UIC -nounload"