aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.4.0
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-03-09 11:17:55 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-03-10 10:33:24 +0000
commita65d0f884b14d48f92b0076ba3cc2f4ae356d96b (patch)
tree602bf8cad210c40c5000797e411fc424aa4a2d20 /dist/changes-3.4.0
parentb2b8b867d68e95e9421a15549c1a7bb83949186d (diff)
Changes: Mention CONFIG+=journald to enable journald support
Change-Id: Ib541ee82d5ff0c5917d6bffc96a6ea6c68065805 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'dist/changes-3.4.0')
-rw-r--r--dist/changes-3.4.06
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-3.4.0 b/dist/changes-3.4.0
index d69578639b..bdb0f33007 100644
--- a/dist/changes-3.4.0
+++ b/dist/changes-3.4.0
@@ -97,6 +97,12 @@ Windows
OS X
+Linux
+ * Added support to retrieve application output from journald.
+
+ Journald support needs to be explicitly enabled by passing CONFIG+=journald to
+ qmake when configuring Qt Creator.
+
Android
* Added support for 64bit tool chains
* Fixed that active run configuration setting was ignored for deploying application