summaryrefslogtreecommitdiff
path: root/graphics/qt5-pixeltool/files/patch-git_a685d8a
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/qt5-pixeltool/files/patch-git_a685d8a')
-rw-r--r--graphics/qt5-pixeltool/files/patch-git_a685d8a20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/qt5-pixeltool/files/patch-git_a685d8a b/graphics/qt5-pixeltool/files/patch-git_a685d8a
deleted file mode 100644
index 5f25c96cfd43..000000000000
--- a/graphics/qt5-pixeltool/files/patch-git_a685d8a
+++ /dev/null
@@ -1,20 +0,0 @@
-commit a685d8ad61335ce9908bf5ce4d4cd63283965a83
-Author: Raphael Kubo da Costa <rakuco@FreeBSD.org>
-Date: Tue Jan 19 15:19:49 2016 +0100
-
- pixeltool: Stop depending on QtNetwork.
-
- There is nothing in the code using the QtNetwork module, so stop
- requiring it in the build system.
-
- Change-Id: I1f7bc89a9589dc2510f38a11fc4b4aeb69d662bc
- Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
---- src/pixeltool/pixeltool.pro
-+++ src/pixeltool/pixeltool.pro
-@@ -1,4 +1,4 @@
--QT += widgets network
-+QT += widgets
-
- mac {
- QMAKE_INFO_PLIST=Info_mac.plist