summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-02-12 13:07:21 +0100
committerLiang Qi <liang.qi@qt.io>2018-02-12 13:07:21 +0100
commite38e778566a7ad4921a2b886859bc9ee7e063f23 (patch)
treeeb4d62b2e2e4e143503ea02295fbd589645bf63b
parent0a6b30351a0e80447c2dd683765fc1fe66c1eda2 (diff)
parent5b5a7b4d1f49960d2b7b80735bd4eb6340b1acf0 (diff)
Merge remote-tracking branch 'origin/5.10' into 5.11
-rw-r--r--dist/changes-5.9.425
-rw-r--r--examples/sensors/sensorgestures/sensorgestures.pro1
2 files changed, 26 insertions, 0 deletions
diff --git a/dist/changes-5.9.4 b/dist/changes-5.9.4
new file mode 100644
index 00000000..10149376
--- /dev/null
+++ b/dist/changes-5.9.4
@@ -0,0 +1,25 @@
+Qt 5.9.4 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* Qt 5.9.4 Changes *
+****************************************************************************
+
+ - This release does not contain any changes to this module.
+
diff --git a/examples/sensors/sensorgestures/sensorgestures.pro b/examples/sensors/sensorgestures/sensorgestures.pro
index a60728e7..e692a53c 100644
--- a/examples/sensors/sensorgestures/sensorgestures.pro
+++ b/examples/sensors/sensorgestures/sensorgestures.pro
@@ -1,6 +1,7 @@
TEMPLATE = app
TARGET = gesture
QT += sensors widgets
+requires(qtConfig(treewidget))
SOURCES += main.cpp\
mainwindow.cpp