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 53 - Need to add /Library/Frameworks to include search path
: Need to add /Library/Frameworks to include search path
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 14:51 EEST by Brendan Duncan
Modified: 2009-10-14 10:56 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 14:51:58 EEST
When APIExtractor finds the Qt headers in the /Library/Frameworks directories,
it adds the includes to the _wrapper.cpp files as:
#include <QtCore.framework/Headers/qcoreapplication.h>

GCC can't find this because it handles frameworks specially, and either the
#include should be
#include <QtCore/qcoreapplication.h>

or /Library/Frameworks should be added to the include_directories.
Comment 1 renato filho 2009-09-21 11:01:51 EEST
fixed on commit: 39df98619bd51dde04237ff6bd0a3fc9402dd396