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 206 - PySide doesn't require a minimal version of Shiboken.
: PySide doesn't require a minimal version of Shiboken.
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-03-31 14:52 EEST by Hugo Parente Lima
Modified: 2010-08-04 15:17 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Parente Lima 2010-03-31 14:52:36 EEST
PySide doesn't require a minimal version of Shiboken, and when trying to fix it
I stopped at a cmake bug.

If I replace:
find_package(Shiboken REQUIRED)
by 
find_package(Shiboken 0.3.0 REQUIRED)

cmake doesn't even find the ShibokenConfig file.

Asked for help at #cmake but got no answers.
Comment 1 Hugo Parente Lima 2010-06-29 10:27:07 EEST
Fixed in commits:

apiextractor/747691ac81f69f22d7b069edd24819945c59520f
generatorrunner/2e58a6d67c38ef627c1065fca61c3602a1eb49d0
shiboken/516bdb49bbfdbd5ff916c1c5aa3997e830818933
pyside/ee00f28629745a7b615a0ce6e8c723605e0e1f35