Telegram: attempt fix build on gcc2h

This commit is contained in:
Sergei Reznikov
2017-12-01 14:34:23 +03:00
parent 63dfafb40c
commit ffe26e5d2d
2 changed files with 3 additions and 3 deletions

View File

@@ -674,7 +674,7 @@ index 6032d06..0ed2dfd 100644
],
'action': [
- '<(qt_loc)/bin/moc<(exe_ext)',
+ '/bin/moc',
+ 'moc',
# Silence "Note: No relevant classes found. No output generated."
'--no-notes',
@@ -687,7 +687,7 @@ index eebc696..392b124 100644
],
'action': [
- '<(qt_loc)/bin/rcc<(exe_ext)',
+ '/bin/rcc',
+ 'rcc',
'-name', '<(RULE_INPUT_ROOT)',
'-no-compress',
'<(RULE_INPUT_PATH)',