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 56 - qx11info_wrapper not available on osx/windows
: qx11info_wrapper not available on osx/windows
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:46 EEST by Brendan Duncan
Modified: 2009-10-14 14:20 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:46:46 EEST
PySide/QtGui/CMakeLists.txt

Add:
IF(UNIX)
    IF(NOT APPLE) # ie. Linux
        SET(SYSTEM_WRAPPERS
               
${CMAKE_CURRENT_BINARY_DIR}/${BINDING_NAME}/QtGui/qx11info_wrapper.cpp
               
${CMAKE_CURRENT_BINARY_DIR}/${BINDING_NAME}/QtGui/qx11info_wrapper.hpp
    ENDIF(NOT APPLE)
ENDIF(UNIX)


And in QtGui_SRC, 
Replace:
${CMAKE_CURRENT_BINARY_DIR}/${BINDING_NAME}/QtGui/qx11info_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/${BINDING_NAME}/QtGui/qx11info_wrapper.hpp

With:
${SYSTEM_WRAPPERS}
Comment 1 renato filho 2009-09-21 11:05:00 EEST
Splited gui typesystem for work in different platforms. Now in Linux use
gui_x11 typesystem and Mac gui_mac.

fixed on commit: 5ebd501f738711b5a80fe2e819fe523f10a96e45