aboutsummarylogtreecommitdiffstats
path: root/0001-Fix-qwindows-plugin-linking-with-system-freetype.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Fix-qwindows-plugin-linking-with-system-freetype.patch')
-rw-r--r--0001-Fix-qwindows-plugin-linking-with-system-freetype.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/0001-Fix-qwindows-plugin-linking-with-system-freetype.patch b/0001-Fix-qwindows-plugin-linking-with-system-freetype.patch
new file mode 100644
index 000000000000..4ada02a10ca5
--- /dev/null
+++ b/0001-Fix-qwindows-plugin-linking-with-system-freetype.patch
@@ -0,0 +1,22 @@
+From ce1268a5bce5652761fc2a54e4e361bc003befec Mon Sep 17 00:00:00 2001
+From: Mark Brand <mabrand@mabrand.nl>
+Date: Thu, 6 Aug 2015 23:35:08 +0200
+Subject: [PATCH 01/26] Fix qwindows plugin linking with system-freetype
+
+---
+ src/3rdparty/freetype_dependency.pri | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/3rdparty/freetype_dependency.pri b/src/3rdparty/freetype_dependency.pri
+index 39280de..e152b0d 100644
+--- a/src/3rdparty/freetype_dependency.pri
++++ b/src/3rdparty/freetype_dependency.pri
+@@ -4,4 +4,5 @@ contains(QT_CONFIG, freetype) {
+ } else:contains(QT_CONFIG, system-freetype) {
+ # pull in the proper freetype2 include directory
+ include($$QT_SOURCE_TREE/config.tests/unix/freetype/freetype.pri)
++ win32:shared:LIBS_PRIVATE += -lfreetype
+ }
+--
+2.10.2
+