summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-08-27 12:59:22 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-30 02:29:02 +0200
commitca7be5c1548dab8130b76a345469d08299c57744 (patch)
tree2d51acbcd198704e63fe460e6122d3bb3d17e7cc /dist/changes-5.0.0
parentb4075c8ea31b235cdbb61fcd6290105b9914d627 (diff)
dist/changes-5.0.0: note that QtConcurrent is a separate library these days
Change-Id: Ib8ab6e40d9827697d1061a1b369e150f33d63be9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.08
1 files changed, 8 insertions, 0 deletions
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
--------