Tag: cws_src680_kaddrbook User: ebischoff Date: 05/08/31 01:14:08 Modified: /dba/connectivity/source/drivers/kab/ makefile.mk
Log: Whoops, forgot about the libs. This KDE_ROOT hack will be removed once it goes into a central place (see issue #54014) File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/makefile.mk?r1=1.1.2.2&r2=1.1.2.3 Delta lines: +7 -5 ------------------- --- makefile.mk 30 Aug 2005 15:36:26 -0000 1.1.2.2 +++ makefile.mk 31 Aug 2005 08:14:05 -0000 1.1.2.3 @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.2.2 $ +# $Revision: 1.1.2.3 $ # -# last change: $Author: ebischoff $ $Date: 2005/08/30 15:36:26 $ +# last change: $Author: ebischoff $ $Date: 2005/08/31 08:14:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,6 +75,11 @@ .IF "$(GUI)" == "UNX" .IF "$(ENABLE_KDE)" == "TRUE" + +.IF "$(KDE_ROOT)"!="" +KDE_CFLAGS:=-I$(KDE_ROOT)$/include -DQT_CLEAN_NAMESPACE +KDE_LIBS:=-lkdeui -lkdecore -lqt-mt +.ENDIF # "$(KDE_ROOT)"!="" # --- Files ------------------------------------- EXCEPTIONSFILES=\ @@ -92,9 +97,6 @@ $(SLO)$/KDriver.obj \ $(SLO)$/KCondition.obj -.IF "$(KDE_ROOT)"!="" -KDE_CFLAGS:=-I$(KDE_ROOT)$/include -DQT_CLEAN_NAMESPACE -.ENDIF # "$(KDE_ROOT)"!="" CFLAGS+=$(KDE_CFLAGS) SLOFILES=\ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
