Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 348632 | Differences between
and this patch

Collapse All | Expand All

(-)cmake/Macros/PySideModules.cmake.orig (-1 / +1 lines)
Lines 58-64 Link Here
58
    endif ()
58
    endif ()
59
    string(TOLOWER ${class} _class)
59
    string(TOLOWER ${class} _class)
60
    string(TOUPPER ${module} _module)
60
    string(TOUPPER ${module} _module)
61
    if (${namespace})
61
    if (_namespace)
62
        set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_namespace}_${_class}_wrapper.cpp)
62
        set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_namespace}_${_class}_wrapper.cpp)
63
    else ()
63
    else ()
64
        set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_class}_wrapper.cpp)
64
        set(_cppfile ${CMAKE_CURRENT_BINARY_DIR}/PySide/${module}/${_class}_wrapper.cpp)

Return to bug 348632