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:
Thiago Macieira 2011-07-31 17:20:09 -03:00 committed by Qt by Nokia
parent 50e18de516
commit c87bf2e8e6
3 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,7 @@
#ifndef QATOMIC_H
#define QATOMIC_H
#include <QtCore/qbasicatomic.h>
#include <QtCore/qoldbasicatomic.h>
QT_BEGIN_HEADER

View File

@ -7,7 +7,8 @@ HEADERS += thread/qmutex.h \
thread/qthread.h \
thread/qthreadstorage.h \
thread/qwaitcondition.h \
thread/qatomic.h
thread/qatomic.h \
thread/qoldbasicatomic.h
# private headers
HEADERS += thread/qmutex_p.h \
@ -40,3 +41,4 @@ unix: {
else:linux-* { SOURCES += thread/qmutex_linux.cpp }
else { SOURCES += thread/qmutex_unix.cpp }
}