dist/changes-5.0.0: note that QtConcurrent is a separate library these days
authorMarc Mutz <marc.mutz@kdab.com>
Mon, 27 Aug 2012 10:59:22 +0000 (12:59 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 30 Aug 2012 00:29:02 +0000 (02:29 +0200)
Change-Id: Ib8ab6e40d9827697d1061a1b369e150f33d63be9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
dist/changes-5.0.0

index 6cea7fe..08872d7 100644 (file)
@@ -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
 --------