aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-5.8.010
-rw-r--r--src/macextras/macextras-lib.pri1
2 files changed, 11 insertions, 0 deletions
diff --git a/dist/changes-5.8.0 b/dist/changes-5.8.0
new file mode 100644
index 0000000..db5f12a
--- /dev/null
+++ b/dist/changes-5.8.0
@@ -0,0 +1,10 @@
+Qt 5.8 introduces many new features and improvements as well as bugfixes
+over the 5.7.x series. 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.8 series is binary compatible with the 5.7.x series.
+Applications compiled for 5.7 will continue to run with 5.8.
+
+There were no changes in this module since the 5.7.x series.
diff --git a/src/macextras/macextras-lib.pri b/src/macextras/macextras-lib.pri
index eac6ad9..fc24111 100644
--- a/src/macextras/macextras-lib.pri
+++ b/src/macextras/macextras-lib.pri
@@ -35,6 +35,7 @@ macos {
OBJECTIVE_SOURCES += $$PWD/qmacpasteboardmime.mm
}
+ QT_PRIVATE += widgets
LIBS_PRIVATE += -framework AppKit
}