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 59 - "Ugly Workaround" in QtScriptTools CMakeLists.txt does not work for OSX
: "Ugly Workaround" in QtScriptTools CMakeLists.txt does not work for OSX
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: Macintosh Mac OS
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-09-10 17:56 EEST by Brendan Duncan
Modified: 2009-11-24 15:32 EET (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:56:45 EEST
PySide/QtScriptTools/CMakeLists.txt

Replace:
set (QT_QTSCRIPTTOOLS_INCLUDE_DIR ${QT_QTSCRIPT_INCLUDE_DIR}Tools)
set (QT_QTSCRIPTTOOLS_LIBRARY -lQtScriptTools)

With:
IF(APPLE)
   set(QT_QTSCRIPTTOOLS_INCLUDE_DIR
"/Library/Frameworks/QtScriptTools.framework/Headers")
   set (QT_QTSCRIPTTOOLS_LIBRARY "-framework QtScriptTools")
ELSE(APPLE)
   set (QT_QTSCRIPTTOOLS_INCLUDE_DIR ${QT_QTSCRIPT_INCLUDE_DIR}Tools)
   set (QT_QTSCRIPTTOOLS_LIBRARY -lQtScriptTools)
ENDIF(APPLE)
Comment 1 renato filho 2009-11-06 17:59:18 EET
already fixed on released 0.2.1
Comment 2 renato filho 2009-11-10 19:04:58 EET
merged on mainline.
Comment 3 renato filho 2009-11-24 15:32:05 EET
fixed on  PySide release  0.2.2.