summarylogtreecommitdiffstats
path: root/fix_lrelease.patch
diff options
context:
space:
mode:
authorAlfredo Ramos2018-03-23 14:18:49 -0600
committerAlfredo Ramos2018-03-23 14:18:49 -0600
commit0df91b86865822c05c8db8918eb95b1b3b2098f7 (patch)
tree770daa36e9183bb648c64b00cc1c295de1ac716a /fix_lrelease.patch
parent284e33a4b607d906cee1c4d286883e0fc9c7e730 (diff)
downloadaur-0df91b86865822c05c8db8918eb95b1b3b2098f7.tar.gz
LRELEASE issue has been fixed upstream
Diffstat (limited to 'fix_lrelease.patch')
-rw-r--r--fix_lrelease.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/fix_lrelease.patch b/fix_lrelease.patch
deleted file mode 100644
index b64202617a40..000000000000
--- a/fix_lrelease.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uprNEBZ --suppress-blank-empty a/vokoscreen.pro b/vokoscreen.pro
---- a/vokoscreen.pro 2016-04-21 16:17:46.873522000 -0500
-+++ b/vokoscreen.pro 2016-04-21 16:20:15.398675740 -0500
-@@ -27,7 +27,7 @@ TRANSLATIONS = $$files(language/vokoscre
- !isEmpty(TRANSLATIONS) {
- isEmpty(QMAKE_LRELEASE) {
- win32: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
-- else: QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease-qt5
-+ else: QMAKE_LRELEASE = $$[QT_INSTALL_PREFIX]/bin/lrelease-qt5
- }
- isEmpty(TS_DIR):TS_DIR = language
- TSQM.name = lrelease-qt5 ${QMAKE_FILE_IN}