diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-15 08:36:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-15 08:36:04 +0000 |
commit | 520b78fb6d606a993d98969b72fbf8e21f836d75 (patch) | |
tree | c266e9dd573ff4ef2bdc47b6839b5be3d94b8311 /vcl/util | |
parent | 005448f63163dca7e28f81e9416e2e3bb3ab48c4 (diff) |
#i10000# add kde lib path
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 170e45b40bae..e635a92da748 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.69 $ +# $Revision: 1.70 $ # -# last change: $Author: obo $ $Date: 2005-06-17 09:29:14 $ +# last change: $Author: kz $ $Date: 2005-07-15 09:36:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -400,7 +400,8 @@ SHL4STDLIBS+=$(SHL3STDLIBS) -lX11 -ldl # KDE plugin .IF "$(ENABLE_KDE)" != "" .IF "$(KDE_ROOT)"!="" -KDE_LIBS:=-L$(KDE_ROOT)$/lib -lkdeui -lkdecore -lqt-mt +SOLARLIB+=-L$(KDE_ROOT)$/lib +KDE_LIBS:=-lkdeui -lkdecore -lqt-mt .ENDIF # "$(KDE_ROOT)"!="" LIB5TARGET=$(SLB)$/ikde_plug_ LIB5FILES=$(SLB)$/kdeplug.lib |