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, 0 insertions, 22 deletions
diff --git a/0001-Fix-qwindows-plugin-linking-with-system-freetype.patch b/0001-Fix-qwindows-plugin-linking-with-system-freetype.patch
deleted file mode 100644
index 40f1749fdd3e..000000000000
--- a/0001-Fix-qwindows-plugin-linking-with-system-freetype.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 33a70ca96428d1da21de74c5ddcdb1b0a5015687 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 39280deb2f..e152b0dedf 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.11.0
-