KDEUI build failed on Mac OS X with Qt Framework installation.

Thiago Macieira thiago at kde.org
Sun Jun 10 09:44:26 BST 2007


younker wrote:
>There are some source files include <Qt/qdom.h> which will cause compile
>failed when Qt is installed as framework on Mac OS X,
>These include should be <QtXml/qdom.h>

Sorry, the patch is incorrect. The includes are correct. Please post the 
error you're getting so that we can fix it in another way.

>
>Index: kxmlguibuilder.cpp
>===================================================================
>--- kxmlguibuilder.cpp (revision 673234)
>+++ kxmlguibuilder.cpp (working copy)
>@@ -37,7 +37,7 @@
>#include <klocale.h>
>#include <kiconloader.h>
>#include <kdebug.h>
>-#include <Qt/qdom.h>
>+#include <QtXml/qdom.h>


-- 
  Thiago Macieira  -  thiago (AT) macieira.info - thiago (AT) kde.org
    PGP/GPG: 0x6EF45358; fingerprint:
    E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070610/c9725337/attachment.sig>


More information about the kde-core-devel mailing list