summarylogtreecommitdiffstats
path: root/Correct-MOC-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Correct-MOC-path.patch')
-rw-r--r--Correct-MOC-path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/Correct-MOC-path.patch b/Correct-MOC-path.patch
deleted file mode 100644
index 8f1f4bc089de..000000000000
--- a/Correct-MOC-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Telegram/gyp/qt.gypi b/Telegram/gyp/qt.gypi
-index 897cfa69..5f55135e 100644
---- a/Telegram/gyp/qt.gypi
-+++ b/Telegram/gyp/qt.gypi
-@@ -223,7 +223,7 @@
- '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)/moc/moc_<(RULE_INPUT_ROOT).cpp',
- ],
- 'action': [
-- '<(qt_loc)/bin/moc<(exe_ext)',
-+ '/usr/bin/moc<(exe_ext)',
-
- # Silence "Note: No relevant classes found. No output generated."
- '--no-notes',