Beta version 1.8.5: Fix build for old OS X.

This commit is contained in:
John Preston 2019-09-08 23:42:40 +03:00
parent 12a020cd09
commit 5c13214244
1 changed files with 3 additions and 0 deletions

View File

@ -77,7 +77,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <QtGui/QFontInfo>
#include <QtWidgets/QWidget>
#ifndef OS_MAC_OLD
#include <QtWidgets/QOpenGLWidget>
#endif // OS_MAC_OLD
// Fix Google Breakpad build for Mac App Store version
#ifdef Q_OS_MAC