<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
David Faure wrote:
<blockquote cite="mid200609261537.54622.faure@kde.org" type="cite">
  <pre wrap="">On Tuesday 26 September 2006 14:12, Thiago Macieira wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Leandro López wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Sorry, I do not write very well English.
I am compiling kde4 in order to make my better contributions.  In file
INSTALL of kdelibs I have added a parameter because if it does not have
installed libdbus1-dev, Qt does not compile with the parameter -qdbus.
      </pre>
    </blockquote>
    <pre wrap="">I can't accept your patch. You must compile Qt with -qdbus.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Isn't that what the patch says?

  </pre>
</blockquote>
Yes, it is.  The patch added the flag. The -qdbus flag makes Qt's
configure treat dbus as a mandatory requirement, thus causing configure
to fail if it is absent.  I think add this is a "Good Thing" (TM) as it
allows people to catch the missing qdbus library problem at the start
of building Qt rather then during the KDE build.  <br>
<br>
Enjoy,<br>
Erik Bunce<br>
<br>
</body>
</html>