Skip to content
Commit b797d94a authored by Amy spark's avatar Amy spark 👉
Browse files

Revert "Remove BUILD_IN_SOURCE option for Qt on non-windows systems as well"

My local logs show that compiling outside of source causes the
following:

duplicate symbol 'QMutexPrivate::wakeUp()' in:
    .obj/debug/qmutex.o
    .obj/debug/qmutex_mac.o
duplicate symbol 'QMutexPrivate::~QMutexPrivate()' in:
    .obj/debug/qmutex.o
    .obj/debug/qmutex_mac.o
duplicate symbol 'QMutexPrivate::QMutexPrivate()' in:
    .obj/debug/qmutex.o
    .obj/debug/qmutex_mac.o
duplicate symbol 'QMutexPrivate::~QMutexPrivate()' in:
    .obj/debug/qmutex.o
    .obj/debug/qmutex_mac.o
duplicate symbol 'QMutexPrivate::QMutexPrivate()' in:
    .obj/debug/qmutex.o
    .obj/debug/qmutex_mac.o
duplicate symbol 'QMutexPrivate::wait(int)' in:
    .obj/debug/qmutex.o
    .obj/debug/qmutex_mac.o
ld: 6 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[8]: *** [../../lib/QtCore.framework/QtCore_debug] Error 1
make[7]: *** [debug-all] Error 2

This reverts commit f8ae5056.

CCMAIL: kimageshop@kde.org
parent f982ff02
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment