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

Collapse All | Expand All

(-)a/src/corelib/thread/thread.pri (-1 / +1 lines)
Lines 53-59 qtConfig(thread) { Link Here
53
        darwin {
53
        darwin {
54
            SOURCES += thread/qmutex_mac.cpp
54
            SOURCES += thread/qmutex_mac.cpp
55
        } else: linux {
55
        } else: linux {
56
            SOURCES += thread/qmutex_linux.cpp
56
            #SOURCES += thread/qmutex_linux.cpp
57
        } else {
57
        } else {
58
            SOURCES += thread/qmutex_unix.cpp
58
            SOURCES += thread/qmutex_unix.cpp
59
        }
59
        }

Return to bug 719972