diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:51:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:51:18 +0000 |
commit | d81684a203728aabb50d9565af213f220ca1c10b (patch) | |
tree | 6aa91a4de32d1479cf6e738a00915f518a5f856f /vcl | |
parent | 322092139d95f940b199f1e3eb14e4ca967a7e8d (diff) |
INTEGRATION: CWS macosxquicktime01 (1.99.36); FILE MERGED
2007/10/15 18:36:58 msicotte 1.99.36.1: #i82621# link libvcl with framework QTKit
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index 4a724ba5f22f..d525ed82ed89 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.101 $ +# $Revision: 1.102 $ # -# last change: $Author: vg $ $Date: 2007-12-06 16:46:46 $ +# last change: $Author: vg $ $Date: 2007-12-07 11:51:18 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -186,6 +186,8 @@ SHL1USE_EXPORTS=ordinal .IF "$(GUIBASE)"=="aqua" SHL1STDLIBS+=$(BASEBMPLIB) +SHL1STDLIBS+= \ + -framework QTKit .ENDIF .IF "$(USE_BUILTIN_RASTERIZER)"!="" |