From ca7be5c1548dab8130b76a345469d08299c57744 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 27 Aug 2012 12:59:22 +0200 Subject: dist/changes-5.0.0: note that QtConcurrent is a separate library these days Change-Id: Ib8ab6e40d9827697d1061a1b369e150f33d63be9 Reviewed-by: Thiago Macieira --- dist/changes-5.0.0 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 6cea7fed9a..08872d7e71 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 -------- -- cgit v1.2.3