Description: Specify preprocessor and compiler flags for precompiled header and Qt object files Author: Nicholas Guriev Last-Update: 2017-01-26 diff --git a/Telegram/gyp/qt.gypi b/Telegram/gyp/qt.gypi index 24ededb..0cfd178 100644 --- a/Telegram/gyp/qt.gypi +++ b/Telegram/gyp/qt.gypi @@ -241,11 +231,12 @@ '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)/moc/moc_<(RULE_INPUT_ROOT).cpp', ], 'action': [ - '<(qt_loc)/bin/moc<(exe_ext)', + '/usr/bin/moc', # Silence "Note: No relevant classes found. No output generated." '--no-notes', + '