From 5fb2122c34a8a129379d637a203b6f50cef02e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Abecasis?= Date: Mon, 6 Feb 2012 00:40:36 +0100 Subject: Move QtConcurrent configuration to a single file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Morten Johan Sørvig --- src/concurrent/concurrent.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/concurrent/concurrent.pro') diff --git a/src/concurrent/concurrent.pro b/src/concurrent/concurrent.pro index 8ef3c5ca59..6bf16e6a0a 100644 --- a/src/concurrent/concurrent.pro +++ b/src/concurrent/concurrent.pro @@ -31,6 +31,7 @@ SOURCES += \ qtconcurrentexception.cpp HEADERS += \ + qtconcurrent_global.h \ qfuture.h \ qfutureinterface.h \ qfuturesynchronizer.h \ -- cgit v1.2.3