summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch')
-rw-r--r--net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch b/net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch
deleted file mode 100644
index 724c176eebbd..000000000000
--- a/net-misc/x2goclient/files/x2goclient-4.0.5.2-r1-rcc_to_qrc.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur x2goclient-4.0.5.2.orig/x2goclient.pro x2goclient-4.0.5.2/x2goclient.pro
---- x2goclient-4.0.5.2.orig/x2goclient.pro 2016-09-19 06:17:44.000000000 +0200
-+++ x2goclient-4.0.5.2/x2goclient.pro 2016-09-28 22:03:41.830790244 +0200
-@@ -167,16 +167,16 @@
- TEMPLATE = app
- DEPENDPATH += .
- INCLUDEPATH += src
--RESOURCES += res/resources.rcc
-+RESOURCES += res/resources.qrc
-
- exists(res/txt/git-info) {
- message("Configuring with --git-info")
-- RESOURCES += res/git.rcc
-+ RESOURCES += res/git.qrc
- }
-
- exists(res/txt/changelog) {
- message("Configuring with --changelog")
-- RESOURCES += res/changelog.rcc
-+ RESOURCES += res/changelog.qrc
- }
-
- linux-g++ {