Move QtConcurrent configuration to a single file
authorJoão Abecasis <joao.abecasis@nokia.com>
Sun, 5 Feb 2012 23:40:36 +0000 (00:40 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 14 Feb 2012 15:14:58 +0000 (16:14 +0100)
commit5fb2122c34a8a129379d637a203b6f50cef02e02
tree9c500bac3430ad7c81f1fa4de0dc897da1f0ff2c
parent4a99a42adb865ee58aed023822a1b784338eed8b
Move QtConcurrent configuration to a single file

This file lives in src/concurrent, alongside the rest of the library. Relevant
configuration was moved out of qglobal.h, as it isn't relevant for other
parties and thus isn't needed there.

This introduces a global header that all QtConcurrent headers now include. This
header includes qglobal.h and defines library-specific configuration for all to
follow.

Change-Id: If6f11e7bbc6139d29004eb1602bd579b75b637c8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
24 files changed:
src/concurrent/concurrent.pro
src/concurrent/qfuture.h
src/concurrent/qfutureinterface.h
src/concurrent/qfutureinterface_p.h
src/concurrent/qfuturesynchronizer.h
src/concurrent/qfuturewatcher.h
src/concurrent/qfuturewatcher_p.h
src/concurrent/qtconcurrent_global.h [new file with mode: 0644]
src/concurrent/qtconcurrentcompilertest.h
src/concurrent/qtconcurrentexception.h
src/concurrent/qtconcurrentfilter.h
src/concurrent/qtconcurrentfilterkernel.h
src/concurrent/qtconcurrentfunctionwrappers.h
src/concurrent/qtconcurrentiteratekernel.h
src/concurrent/qtconcurrentmap.h
src/concurrent/qtconcurrentmapkernel.h
src/concurrent/qtconcurrentmedian.h
src/concurrent/qtconcurrentreducekernel.h
src/concurrent/qtconcurrentresultstore.h
src/concurrent/qtconcurrentrun.h
src/concurrent/qtconcurrentrunbase.h
src/concurrent/qtconcurrentstoredfunctioncall.h
src/concurrent/qtconcurrentthreadengine.h
src/corelib/global/qglobal.h