From b88d2f11330e6338017627ead39e27e61d8641c9 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Fri, 9 Aug 2002 08:53:46 +0000 Subject: [PATCH] Adds some entries (make variables) to the "Using KDE" section. Submitted by: lioux --- .../books/porters-handbook/book.sgml | 56 ++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 926f814c23..ef645b1dd0 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -2831,7 +2831,61 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar Using KDE - + + Variables for ports that use KDE + + + + + USE_QT_VER + + The port uses Qt toolkit. Possible values are + 1, 2 and + 3; each specify the major version + of Qt to use. Sets both MOC and + QTCPPFLAGSto default appropriate + values. + + + + USE_KDELIBS_VER + + The port uses KDE libraries. Possible values are + 1, 2 and + 3; each specify the major version + of KDE to use. Implies USE_QT_VER + of the appropriate version. + + + + USE_KDEBASE_VER + + The port uses KDE base. Possible values are + 1, 2 and + 3; each specify the major version + of KDE to use. Implies USE_KDELIBS_VER + of the appropriate version. + + + + MOC + + Set to the path of moc. + Default set according to USE_QT_VER + value. + + + + QTCPPFLAGS + + Set the CPPFLAGS to use when + processing Qt code. Default set according to + USE_QT_VER value. + + + +
+