Beta version 1.8.5: Fix build for old OS X.
This commit is contained in:
parent
12a020cd09
commit
5c13214244
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue