summarylogtreecommitdiffstats
path: root/Fix-rcc-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Fix-rcc-path.patch')
-rw-r--r--Fix-rcc-path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/Fix-rcc-path.patch b/Fix-rcc-path.patch
deleted file mode 100644
index 76a7719aee84..000000000000
--- a/Fix-rcc-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Telegram/gyp/qt_rcc.gypi b/Telegram/gyp/qt_rcc.gypi
-index eebc6967..19a346fe 100644
---- a/Telegram/gyp/qt_rcc.gypi
-+++ b/Telegram/gyp/qt_rcc.gypi
-@@ -28,7 +28,7 @@
- '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)/qrc/qrc_<(RULE_INPUT_ROOT).cpp',
- ],
- 'action': [
-- '<(qt_loc)/bin/rcc<(exe_ext)',
-+ '/usr/bin/rcc',
- '-name', '<(RULE_INPUT_ROOT)',
- '-no-compress',
- '<(RULE_INPUT_PATH)',