nightmorph 06/10/02 13:26:26 Modified: kde-config.xml Log: updated qt USE flags, thanks to calculus on IRC for reporting
Revision Changes Path 1.22 xml/htdocs/doc/en/kde-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.22&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-config.xml?r1=1.21&r2=1.22 Index: kde-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- kde-config.xml 7 Sep 2006 01:07:16 -0000 1.21 +++ kde-config.xml 2 Oct 2006 13:26:25 -0000 1.22 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.21 2006/09/07 01:07:16 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-config.xml,v 1.22 2006/10/02 13:26:25 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.15</version> -<date>2006-09-06</date> +<version>1.16</version> +<date>2006-10-02</date> <chapter> <title>What is the K Desktop Environment?</title> @@ -91,9 +91,11 @@ <body> <p> -If you're interested in installing KDE (or KDE support), you will -have to make sure that your USE variable contains the <c>kde</c> and <c>qt</c> -flags. Qt is the graphical widget library that KDE uses. +If you're interested in installing KDE (or KDE support), you will have to make +sure that your USE variable contains the <c>kde</c> flag, and either the +<c>qt3</c> or <c>qt4</c> flag (or both). Qt is the graphical widget library +that KDE uses, and <c>qt3</c> is for version 3.x, while <c>qt4</c> will +build support for the newer Qt 4.x library. </p> <p> -- [email protected] mailing list
