Skip to content
  • dt's avatar
    Qt4 Maemo: Fix crash · 6f600450
    dt authored
    Toolchains can't hold a pointer to the qtversion for which they were
    created. Copying QtVersions does not clone toolchains instead they are
    held via a shared pointer. Thus the original qtversion for which the
    toolchain was created might not exist anymore.
    
    Reviewed-By: ck
    6f600450