aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-22 03:01:06 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-06-22 03:01:06 +0200
commit412cf0efe22a3690f5132fc7f877282be757d5a6 (patch)
treeb09746bcceaa1bc80b58c6051845e36ea014091c
parent89c1ba8732069dc73943e2ab66111cd5ed7d988d (diff)
parentcdc9b7b94b12fef8af2ca56b27969ea7e3719285 (diff)
Merge "Merge remote-tracking branch 'origin/5.13' into dev"
-rw-r--r--dist/changes-5.13.018
-rw-r--r--src/plugins/lipi-toolkit/plugin/plugin.pro2
2 files changed, 19 insertions, 1 deletions
diff --git a/dist/changes-5.13.0 b/dist/changes-5.13.0
new file mode 100644
index 00000000..ebb4be18
--- /dev/null
+++ b/dist/changes-5.13.0
@@ -0,0 +1,18 @@
+Qt 5.13 introduces many new features and improvements as well as bugfixes
+over the 5.12.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13.
+
+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.
+
+ - This release contains only minor code improvements.
diff --git a/src/plugins/lipi-toolkit/plugin/plugin.pro b/src/plugins/lipi-toolkit/plugin/plugin.pro
index c3a12440..e342af14 100644
--- a/src/plugins/lipi-toolkit/plugin/plugin.pro
+++ b/src/plugins/lipi-toolkit/plugin/plugin.pro
@@ -26,7 +26,7 @@ include(../../../config.pri)
INCLUDEPATH += \
../3rdparty/lipi-toolkit/src/include \
../3rdparty/lipi-toolkit/src/util/lib
-LIBS += -L$$OUT_PWD/../../lib \
+LIBS += -L$$OUT_PWD/../../../../lib \
-lshaperecommon$$qtPlatformTargetSuffix() \
-lltkcommon$$qtPlatformTargetSuffix() \
-lltkutil$$qtPlatformTargetSuffix()