From: Marc Mutz Date: Mon, 27 Aug 2012 10:59:22 +0000 (+0200) Subject: dist/changes-5.0.0: note that QtConcurrent is a separate library these days X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca7be5c1548dab8130b76a345469d08299c57744;p=profile%2Fivi%2Fqtbase.git dist/changes-5.0.0: note that QtConcurrent is a separate library these days Change-Id: Ib8ab6e40d9827697d1061a1b369e150f33d63be9 Reviewed-by: Thiago Macieira --- diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 6cea7fe..08872d7 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -517,6 +517,14 @@ QtDBus * QtDBus error codes have been updated to be on the org.qtproject.QtDBus.Error namespace. +QtConcurrent +------------ + +* QtConcurrent is no longer in QtCore, but forms its own library now. + QMake-based projects can use + QT += concurrent + to include the new library. + QtOpenGL --------