PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 54 - Can't find <Qt/qtextdocument.h>
: Can't find <Qt/qtextdocument.h>
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: Macintosh Mac OS
: P2 major
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-09-10 17:07 EEST by Brendan Duncan
Modified: 2009-10-14 10:58 EEST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brendan Duncan 2009-09-10 17:07:59 EEST
Qt isn't a valid include directory on OSX.

typesystem_core.xml
Change
<include file-name="Qt/qtextdocument.h" location="global"/>

To
<include file-name="QtGui/qtextdocument.h" location="global"/>
Comment 1 renato filho 2009-09-21 11:02:59 EEST
fixed on commit: 39df98619bd51dde04237ff6bd0a3fc9402dd396

replaced to #include <QTextDocument>