Remove reference to removed qatomic_sparc.h
qatomic_sparc.h was removed previously as part of general cleanup of old atomic code for Qt 5.3. Unfortunately SPARC include reference was not removed resulting in build failure on that platform. Task-number: QTBUG-41384 Change-Id: Ic6e31b32324b0e5dd3700a6a21515a8eea5668bd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
a72d34d26e
commit
1fa3627423
@ -62,8 +62,6 @@
|
||||
# include "QtCore/qatomic_ia64.h"
|
||||
#elif defined(Q_PROCESSOR_MIPS)
|
||||
# include "QtCore/qatomic_mips.h"
|
||||
#elif defined(Q_PROCESSOR_SPARC)
|
||||
# include "QtCore/qatomic_sparc.h"
|
||||
#elif defined(Q_PROCESSOR_X86)
|
||||
# include <QtCore/qatomic_x86.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user