Copy qbasicatomic.h to qoldbasicatomic.h
Change-Id: I15df58f9dc29189419f8cbc0ce47bf11e9f17cf4 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
50e18de516
commit
c87bf2e8e6
@ -44,7 +44,7 @@
|
|||||||
#ifndef QATOMIC_H
|
#ifndef QATOMIC_H
|
||||||
#define QATOMIC_H
|
#define QATOMIC_H
|
||||||
|
|
||||||
#include <QtCore/qbasicatomic.h>
|
#include <QtCore/qoldbasicatomic.h>
|
||||||
|
|
||||||
QT_BEGIN_HEADER
|
QT_BEGIN_HEADER
|
||||||
|
|
||||||
|
@ -7,7 +7,8 @@ HEADERS += thread/qmutex.h \
|
|||||||
thread/qthread.h \
|
thread/qthread.h \
|
||||||
thread/qthreadstorage.h \
|
thread/qthreadstorage.h \
|
||||||
thread/qwaitcondition.h \
|
thread/qwaitcondition.h \
|
||||||
thread/qatomic.h
|
thread/qatomic.h \
|
||||||
|
thread/qoldbasicatomic.h
|
||||||
|
|
||||||
# private headers
|
# private headers
|
||||||
HEADERS += thread/qmutex_p.h \
|
HEADERS += thread/qmutex_p.h \
|
||||||
@ -40,3 +41,4 @@ unix: {
|
|||||||
else:linux-* { SOURCES += thread/qmutex_linux.cpp }
|
else:linux-* { SOURCES += thread/qmutex_linux.cpp }
|
||||||
else { SOURCES += thread/qmutex_unix.cpp }
|
else { SOURCES += thread/qmutex_unix.cpp }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user